mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Readme v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user