User Tools

Site Tools


scenario_file_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
scenario_file_format [2019/12/03 11:05] mimbertscenario_file_format [2023/08/29 15:29] (current) – Add example of passive keyword in new syntax cmorin
Line 46: Line 46:
     container:     container:
       image: m1mbert/openbts-xenial:1.1       image: m1mbert/openbts-xenial:1.1
 +    passive: true
 </code>Note that in this example, on node3, two containers are instanciated, based on the same image. The first container does not specify a ''command'', so the default command of the image is used, which is an ssh daemon listening on port 2222. The second container overrides the default command with an ssh daemon listening on port 2223 (if we try to instanciate two identical containers from this image, both ssh daemons will try to bind to port 2222 and the second one will fail) </code>Note that in this example, on node3, two containers are instanciated, based on the same image. The first container does not specify a ''command'', so the default command of the image is used, which is an ssh daemon listening on port 2222. The second container overrides the default command with an ssh daemon listening on port 2223 (if we try to instanciate two identical containers from this image, both ssh daemons will try to bind to port 2222 and the second one will fail)
  
scenario_file_format.txt · Last modified: 2023/08/29 15:29 by cmorin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki