Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mo4islona/docker-odyssey


https://github.com/mo4islona/docker-odyssey

Last synced: 8 days ago
JSON representation

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
```