diff --git a/docker-ansible-lint/README.md b/docker-ansible-lint/README.md index 6e1723c..adabac3 100644 --- a/docker-ansible-lint/README.md +++ b/docker-ansible-lint/README.md @@ -11,7 +11,7 @@ In order to build this image when a new version comes out, you need to You can verify that the image was correclty built by running ``` # list the images present -sudo docker image +sudo docker image ls # run your image with an interactive shell sudo docker run -it --rm aurore-ansible-lint-image /bin/sh