Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mo4islona/docker-odyssey
https://github.com/mo4islona/docker-odyssey
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mo4islona/docker-odyssey
- Owner: mo4islona
- Created: 2023-11-17T09:21:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:52:13.000Z (2 months ago)
- Last Synced: 2024-09-15T14:22:46.592Z (2 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker
### Build
```bash
docker buildx build -t odyssey .
```### Run
```bash
PORT=6432 && \
docker run -p $PORT:$PORT -t --name odyssey --env PORT=$PORT odyssey && \
docker rm -f odyssey
```