2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

Remove trailing spaces in file xCAT-client/pods/man1/mkdocker.1.pod

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent e772ad65bd
commit 75ba5d6bf6

View File

@@ -57,13 +57,13 @@ Attach standard streams to a tty, including stdin if it is not closed.
=item B<ExposedPorts>
An object mapping ports to an empty object in the form of:
An object mapping ports to an empty object in the form of:
"ExposedPorts": { "<port>/\<tcp|udp>: {}" }
=item B<HostConfig: {"Binds"}>
A list of volume bindings for this docker instance, the form will be:
A list of volume bindings for this docker instance, the form will be:
"HostConfig": {"Binds":["<dir_on_dockerhost>:<dir_in_instance>"]}