summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkhilman <khilman@users.noreply.github.com>2018-10-15 16:44:34 +0200
committerGitHub <noreply@github.com>2018-10-15 16:44:34 +0200
commit24fb00544ba3191216876112d3bad8a742812ed6 (patch)
tree1b67fa00684c7a215ae04fc8b8f72b950dc4948a /README.md
parentf74ee88cb72165a8a825fa674a53372df169f4b6 (diff)
parent1f8c902768af3dd9738bdd0188c9be8231dd327a (diff)
Merge pull request #52 from montjoie/export_port
lavalab-gen.py: Permit to customize exported ports to a slave
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2aeaf88..902b517 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,9 @@ slaves:
remote_user_token: The remote_user's token. This option is necessary only if no master node exists in boards.yaml. Otherwise lavalab-gen.py will get from it.
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_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"