https://github.com/crosbymichael/rethinkdb-docker
Trusted build repository for Rethinkdb and docker
https://github.com/crosbymichael/rethinkdb-docker
Last synced: 3 months ago
JSON representation
Trusted build repository for Rethinkdb and docker
- Host: GitHub
- URL: https://github.com/crosbymichael/rethinkdb-docker
- Owner: crosbymichael
- Created: 2014-01-06T01:31:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T22:13:25.000Z (over 9 years ago)
- Last Synced: 2024-12-30T01:19:58.427Z (5 months ago)
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Dockerfile for Rethinkdb
To quickly run the trusted build publishing all ports:
```bash
docker run -name rethinkdb -Pd crosbymichael/rethinkdb --bind all
```