mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-06 02:26:45 +00:00
update readme
This commit is contained in:
parent
5498e142ce
commit
54e14af10d
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue