X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=7d67472ff8d58527802e36634fe31ee00cf7ae89;hp=fa0680ffcddba7ce3d271192eef6e648f2db6218;hb=6d0b55c272ea31d025e8b3c311cea8cda0bfefd7;hpb=f131770b1465fbf423881f16ba85523a05f846fe diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index fa0680ffc..7d67472ff 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -442,6 +442,32 @@ of ve-. + + + + + If private networking + is enabled, maps an IP port on the + host onto an IP port on the + container. Takes a protocol specifier + (either tcp or + udp), separated by + a colon from a host port number in the + range 1 to 65535, separated by a colon + from a container port number in the + range from 1 to 65535. The protocol + specifier and its separating colon may + be omitted, in which case + tcp is assumed. + The container port number and its + colon may be ommitted, in which case + the same port as the host port is + implied. This option is only supported + if private networking is used, such as + or + . + +