Snippets

Juan Martín Barrios Vargas Container with mongodb shell and tools

Created by Juan Martín Barrios Vargas last modified
1
2
3
4
5
6
7
FROM ubuntu:trusty
MAINTAINER Juan M. Barrios <juan.barrios@conabio.gob.mx>

RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
    && echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.0.list

RUN apt-get update && apt-get install -y mongodb-org-shell mongodb-org-tools

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.