Update the documention for the docker image used for ansible-lint #23

Merged
otthorn merged 4 commits from fix_docker_lint_doc into master 2021-02-16 19:01:10 +01:00
Showing only changes of commit c45d12cd6a - Show all commits

View file

@ -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