|
...
|
...
|
@@ -23,7 +23,6 @@
|
|
23
|
23
|
-t=false: Allocate a pseudo-tty
|
|
24
|
24
|
-u="": Username or UID
|
|
25
|
25
|
-d=[]: Set custom dns servers for the container
|
|
26
|
|
- -v=[]: Creates a new volume and mounts it at the specified path.
|
|
|
26
|
+ -v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "host-dir" is missing, then docker creates a new volume.
|
|
27
|
27
|
-volumes-from="": Mount all volumes from the given container.
|
|
28
|
|
- -b=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]
|
|
29
|
28
|
-entrypoint="": Overwrite the default entrypoint set by the image.
|