📝 use the full command
This commit is contained in:
parent
83fd1b03e7
commit
c45d12cd6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
You can verify that the image was correclty built by running
|
||||||
```
|
```
|
||||||
# list the images present
|
# list the images present
|
||||||
sudo docker image
|
sudo docker image ls
|
||||||
|
|
||||||
# run your image with an interactive shell
|
# run your image with an interactive shell
|
||||||
sudo docker run -it --rm aurore-ansible-lint-image /bin/sh
|
sudo docker run -it --rm aurore-ansible-lint-image /bin/sh
|
||||||
|
|
Loading…
Reference in a new issue