Charms.docker

Latest version: v0.1.19

Safety actively analyzes 621876 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.18

0.1.15

Includes a fix for 35

- Provides extended status verbosity (optional) when inspecting health checks.

0.1.10

Adds the following methods to the Docker module:
- kill()
- rm()
- wait()
- pedantic_kill() to work around a bug in the docker project.

Fixes the running() method to work correctly.

0.1.8

Adds the capacity to log into private repositories by specifying them to the login method.

python
from charms.docker import Docker
docker = Docker()
docker.login('username', 'secrets', 'usernamesubspace.org', registry='http://subspace.org:2377')

0.1.7

0.1.2

This release brings with it quite a few new things:
- Full documentation which can now be viewed over at http://pythonhosted.org/charms.docker
- A complete compose implementation (supporting 98% of all the compose options and arguments)
- Extended test coverage at 97%
- A sane import format for the 4 core modules (but retains backwards compatibility with the pre 0.1.x releases)

python
from charms.docker import Compose
from charms.docker import DockerOpts
from charms.docker import Docker
from charms.docker import Workspace


As always, if you have any issues with this release please file them on the issue tracker. Comments, questions, and pull requests area always welcome.

Happy hacking!

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.