Changes between Initial Version and Version 1 of Ticket #1105, comment 2
- Timestamp:
- 09/12/18 13:28:23 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1105, comment 2
initial v1 39 39 }}} 40 40 41 === commands 42 prepare: 41 == commands 43 42 * build image: {{{docker build -t bugreport .}}} 44 43 * create container: {{{docker create --rm --privileged --name bugreport --publish 127.0.0.1:1194:1194/tcp -it bugreport}}}