This website requires JavaScript.
Explore
Gists
Help
Sign in
ansible-collections
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2025-07-15 17:40:50 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
d6db0f3981
community.general
/
lib
/
ansible
/
modules
/
extras
/
cloud
/
docker
History
Download ZIP
Download TAR.GZ
Toshio Kuratomi
d6db0f3981
Switch StrictVersion for LooseVersion since some distros ship beta versions and StrictVersion would fail on that.
...
Also clean up some minor style things
2016-12-08 11:33:36 -05:00
..
__init__.py
Add docker_login module - Ansible version of "docker login" CLI command - Persists Docker registry authentification in .dockercfg (only login once - no need to specify credentials over and over again anymore) - Works for all other docker-py based modules (docker, docker_images) as well as the Docker CLI client
2016-12-08 11:33:34 -05:00
docker_login.py
Switch StrictVersion for LooseVersion since some distros ship beta versions and StrictVersion would fail on that.
2016-12-08 11:33:36 -05:00