Commit ee3608f4 authored by Felipe Pina's avatar Felipe Pina
Browse files

Acerto na formatação do README

Showing with 4 additions and 0 deletions
+4 -0
......@@ -42,10 +42,13 @@ avoid Lua's standard `io.*` and `os.*` routines.
### Build
```shell
docker build . -t csbase/sgarest-daemon:1.0.2 --build-arg SGAREST_VERSION=1.0.2
```
### Run
```shell
docker run --rm \
-p 40100:40100 \
-v /home/sgad/logs/sga:/sgad/logs \
......@@ -56,6 +59,7 @@ avoid Lua's standard `io.*` and `os.*` routines.
-e SGAD_PORT="40100" \
-e SGAD_NAME="40100" \
sgarest-daemon:1.0.2
```
## Credits
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment