Skip to content

Commit

Permalink
Minor fix (cleanup testing containers, after installing Docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmalex07 committed Sep 11, 2017
1 parent bddb140 commit e841a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker-engine/tasks/install-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
sudo_user: root

- name: Run a hello-world Docker container
shell: docker run hello-world
shell: docker run --rm hello-world
sudo: yes
sudo_user: root

Expand Down

0 comments on commit e841a50

Please sign in to comment.