https://github.com/vanuan/rethinkdb-alpine
https://github.com/vanuan/rethinkdb-alpine
docker-image dockerfiles rethinkdb-image
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanuan/rethinkdb-alpine
- Owner: Vanuan
- Created: 2017-07-23T01:02:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T01:10:18.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T08:44:16.031Z (over 1 year ago)
- Topics: docker-image, dockerfiles, rethinkdb-image
- Homepage: https://hub.docker.com/r/vanuan/rethinkdb-alpine/
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RethinkDB Alpine
----------------
* [Docker Hub](https://hub.docker.com/r/vanuan/rethinkdb-alpine/)
# How to use
1. Create docker-compose file:
rethinkdb:
image: 'Vanuan/rethinkdb-alpine'
ports:
- 127.0.0.1:9000:8080
2. Run 'docker-compose up'
3. Open http://127.0.0.1:9000