Update documentation

This commit is contained in:
Olivier 'reivilibre' 2020-12-31 21:53:12 +00:00
parent 2fb5612002
commit de78cb0dbd

View File

@ -76,7 +76,9 @@ class DockerContainerRun(Utensil):
ports: Dict[str, Tuple[str, int]]
# Volumes to mount inside the container.
# 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]]
@attr.s(auto_attribs=True)