Docker command format/spacing
This commit is contained in:
parent
58bc97e7ff
commit
34757ab678
@ -19,11 +19,17 @@ NOTE: The image does not provide simulator files, you have to download/uncompres
|
|||||||
Useful for tests, and also for running very simple configurations (e.g. standalone and/or default SQLite setup):
|
Useful for tests, and also for running very simple configurations (e.g. standalone and/or default SQLite setup):
|
||||||
|
|
||||||
`docker run \`
|
`docker run \`
|
||||||
|
|
||||||
`-it --restart=<restart-policy> \`
|
`-it --restart=<restart-policy> \`
|
||||||
|
|
||||||
`--name <container-name> \`
|
`--name <container-name> \`
|
||||||
|
|
||||||
`-v </path-to-main-folder>:/opensim \`
|
`-v </path-to-main-folder>:/opensim \`
|
||||||
|
|
||||||
`-p 9XXX[-9YYY]:9XXX[-9YYY]/tcp \`
|
`-p 9XXX[-9YYY]:9XXX[-9YYY]/tcp \`
|
||||||
|
|
||||||
`-p 9XXX[-9YYY]:9XXX[-9YYY]/udp \`
|
`-p 9XXX[-9YYY]:9XXX[-9YYY]/udp \`
|
||||||
|
|
||||||
`adrianparilli/opensim-engine[:<label>]`
|
`adrianparilli/opensim-engine[:<label>]`
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
|
Loading…
Reference in New Issue
Block a user