https://github.com/bodsch/docker-mongodb
https://github.com/bodsch/docker-mongodb
alpine alpinelinux mongodb
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bodsch/docker-mongodb
- Owner: bodsch
- License: unlicense
- Created: 2017-07-13T07:13:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T18:15:47.000Z (about 8 years ago)
- Last Synced: 2025-01-09T05:38:32.541Z (9 months ago)
- Topics: alpine, alpinelinux, mongodb
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-mongodb
=================A docker container for an mongo database.
# Status
[][hub]
[][microbadger]
[][travis][hub]: https://hub.docker.com/r/bodsch/docker-mongodb/
[microbadger]: https://microbadger.com/images/bodsch/docker-mongodb
[travis]: https://travis-ci.org/bodsch/docker-mongodb# Build
Your can use the included Makefile.To build the Container: `make build`
To remove the builded Docker Image: `make clean`
Starts the Container: `make run`
Starts the Container with Login Shell: `make shell`
Entering the Container: `make exec`
Stop (but **not kill**): `make stop`
History `make history`
# Docker Hub
You can find the Container also at [DockerHub](https://hub.docker.com/r/bodsch/docker-mongodb/)
## get
docker pull bodsch/docker-mongodb