It's not required to pull specific docker image for development env
Pulling of specific image should be done during configuration run.
This commit is contained in:
@@ -6,4 +6,3 @@
|
||||
register: docker_version
|
||||
- shell: curl -sSL https://get.docker.com/ | sudo sh
|
||||
when: docker_version | failed
|
||||
- shell: docker pull debian:jessie
|
||||
|
||||
Reference in New Issue
Block a user