diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-08 11:40:10 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-10-15 16:29:33 +0200 |
commit | 593854791774531ec4fa7513be6d194a1ed067f4 (patch) | |
tree | 89dda94d8a99b6eb4cd4fd72d16f677c8dee6a20 /README.md | |
parent | f74ee88cb72165a8a825fa674a53372df169f4b6 (diff) |
lavalab-gen.py: Permit to customize exposed ports to a slave
This patch adds a way to choose a number of ports to be exposed from
host to slave.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -247,6 +247,8 @@ slaves: remote_proto: http(default) or https default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) export_ser2net: Do ser2net ports need to be available on host + expose_ports: Expose port p1 on the host to p2 on the worker slave. + - p1:p2 extra_actions: An optional list of action to do at end of the docker build - "apt-get install package" |