adding a command for showing logs to README.md

This commit is contained in:
makopo
2017-01-09 12:16:45 +09:00
parent 53459dc26c
commit f803b3fa3d
+7 -1
View File
@@ -29,7 +29,13 @@ You will need to forward both TCP and UDP port 9000 to your host.
$ docker run --name=opensim -p 9000:9000 -p 9000:9000/udp -d opensim
```
If you need to run any admin command on console, run it like that:
You can see the console logs like that:
```
$ docker logs -f opensim
```
If you need to run any admin command on console, start the container like that:
```
$ docker run --name=opensim -it -p 9000:9000 -p 9000:9000/udp opensim