mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-11 21:06:42 +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:
|
`Dockerfile` examples for:
|
||||||
- Go,
|
|
||||||
- Node.js,
|
|
||||||
- Python,
|
|
||||||
- React
|
|
||||||
|
|
||||||
## Build a container
|
- [Elixir](./elixir)
|
||||||
|
- [Go](./go)
|
||||||
|
- [Kotlin](./kotlin)
|
||||||
|
- [Node.js](./node)
|
||||||
|
- [Python](./python)
|
||||||
|
- [React](./react)
|
||||||
|
|
||||||
|
## 👷 Build a container
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker build -t $APPNAME:$VERSION .
|
docker build -t $APPNAME:$VERSION .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run a container
|
## 🏃 Run a container
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run --rm $APPNAME:$VERSION
|
docker run --rm $APPNAME:$VERSION
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue