* updated default `url` for `DockerDaemon` to be the value of the `DOCKER_HOST` environment variable, if present. If the `DOCKER_HOST` environment variable is not present, `unix://var/run/docker.sock` will be used instead.
0.5.4
-------------------
* added `command` parameter to `provision` method of `DockerDaemon`.
0.5.3
-------------------
* added `name` attribute to `Container` class. * added `ports`, `user`, `name`, `environment`, and `entrypoint` parameters to `provision` method of `DockerDaemon`. * bug fix: added `py.typed` to `MANIFEST.in` to fix PEP 561 support. * added `__enter__` and `__exit__` to `Container`.
0.5.2
-------------------
* improved performance of `copy_to_host`, `copy_from_host`, and `read` methods in `FileSystem`. * added `network_mode` parameter to `provision` method of `DockerDaemon`. * added `network_mode` property to `Container`.
0.5.1
-------------------
* bug fix: lack of defensive copying in Shell constructor can lead to crashes due to use of mappingproxy type.
0.5.0
-------------------
* added experimental `_local_to_host_pid` method to Shell API.