Readme v2

This commit is contained in:
Smaine Kahlouch
2015-10-04 10:55:52 +02:00
parent 89a25fa3fa
commit e74ad80fe4
5 changed files with 69 additions and 32 deletions

View File

@@ -31,11 +31,3 @@
# docker login --username={{ dockerhub_user }}
# --password={{ dockerhub_pass }}
# --email={{ dockerhub_email }}
#- pause: prompt='WARNING The next task will remove all exited containers, enter to continue'
#
#- name: Purge all exited containers
# shell: >
# if [ ! -z "$(docker ps -aq -f status=exited)" ]; then
# docker rm $(docker ps -aq -f status=exited);
# fi