Spacing and corrections

This commit is contained in:
Adrián Parilli 2020-11-18 22:11:21 -04:00
parent 305079bb5c
commit 063ddd4566

View File

@ -1,4 +1,4 @@
# OpenSim Engine -- Readme # OpenSim Engine
## Overwiew: ## Overwiew:
OpenSim Engine is intended to run OpenSim based simulators. Its main goal is to be part of a more elaborated solution to deploy simulators and/or grids, but can be used *as is* to test and even run (very simple) configurations inside containers. OpenSim Engine is intended to run OpenSim based simulators. Its main goal is to be part of a more elaborated solution to deploy simulators and/or grids, but can be used *as is* to test and even run (very simple) configurations inside containers.
@ -34,14 +34,10 @@ Useful for tests, and also for running very simple configurations (e.g. standalo
Where: Where:
- `<restart-policy>`: `no` `on-failure[max-retries]` `unless-stopped` or `always` (see [Restart Policies](https://docs.docker.com/engine/reference/commandline/run/#restart-policies---restart) for more info - `<restart-policy>`: `no` `on-failure[max-retries]` `unless-stopped` or `always` (see [Restart Policies](https://docs.docker.com/engine/reference/commandline/run/#restart-policies---restart) for more info
- `<container-name>`: Name you want to give for this container - `<container-name>`: Name you want to give for this container
- `</path-to-main-folder>`: Absolute path to the main simulator folder tree (containing inside 'bin' and 'doc' directories) - `</path-to-main-folder>`: Absolute path to the main simulator folder tree (containing inside 'bin' and 'doc' directories)
- `9XXX[-9YYY]:9XXX[-9YYY]`: Port [or ports range] mapped to this container from the host, in order to connect to simulator(s) from your viewer. Both tcp and udp are need to be declared apart. - `9XXX[-9YYY]:9XXX[-9YYY]`: Port [or ports range] mapped to this container from the host, in order to connect to simulator(s) from your viewer. Both tcp and udp are need to be declared apart.
- `label`: If even provisioned, will use a specific version of this image. It should not be needed. Default is `latest`
- `label`: If even provisioned, will use a specific version of this image. It should not be needed.
### Example: ### Example: