update readme

This commit is contained in:
Ruidy 2022-09-06 18:44:39 +02:00
parent 5498e142ce
commit 54e14af10d

View file

@ -1,18 +1,21 @@
# Docker examples
# 🐳 Docker examples
Dockerfile examples for:
- Go,
- Node.js,
- Python,
- React
`Dockerfile` examples for:
## Build a container
- [Elixir](./elixir)
- [Go](./go)
- [Kotlin](./kotlin)
- [Node.js](./node)
- [Python](./python)
- [React](./react)
## 👷 Build a container
```shell
docker build -t $APPNAME:$VERSION .
```
## Run a container
## 🏃 Run a container
```shell
docker run --rm $APPNAME:$VERSION