Update documentation
This commit is contained in:
parent
2fb5612002
commit
de78cb0dbd
@ -76,7 +76,9 @@ class DockerContainerRun(Utensil):
|
|||||||
ports: Dict[str, Tuple[str, int]]
|
ports: Dict[str, Tuple[str, int]]
|
||||||
# Volumes to mount inside the container.
|
# Volumes to mount inside the container.
|
||||||
# Key is either a host path or a container name.
|
# Key is either a host path or a container name.
|
||||||
# Value is a dictionary with the keys.
|
# Value is a dictionary with the keys of:
|
||||||
|
# bind = path to bind inside the container
|
||||||
|
# mode = 'rw' or 'ro'
|
||||||
volumes: Dict[str, Dict[str, str]]
|
volumes: Dict[str, Dict[str, str]]
|
||||||
|
|
||||||
@attr.s(auto_attribs=True)
|
@attr.s(auto_attribs=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user