mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-06 02:26:45 +00:00
No description
| elixir | ||
| go | ||
| kotlin | ||
| node | ||
| python | ||
| react | ||
| .gitignore | ||
| README.md | ||
Docker examples
Dockerfile examples for:
- Go,
- Node.js,
- Python,
- React
Build a container
docker build -t $APPNAME:$VERSION .
Run a container
docker run --rm $APPNAME:$VERSION