📝 Update the docker image doc for ansible-lint
This commit is contained in:
parent
bb026921e1
commit
06d0bd56ae
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Ansible-lint image
|
# Ansible-lint image
|
||||||
|
|
||||||
In order to build this image when a new version comes out, you need to
|
In order to build this image when a new version comes out, you need to
|
||||||
1. ssh into the drone.adm.auro.re server
|
1. ssh into the `drone.adm.auro.re` server
|
||||||
2. git pull this repo to the lastest version
|
2. git pull this repo to the lastest version
|
||||||
3. optionnally make the changes if it has not been done yet
|
3. optionally make the changes if it has not been done yet
|
||||||
4. `sudo docker build -t aurore-ansible-lint-image docker-ansible-lint/`
|
4. `sudo docker build -t aurore-ansible-lint-image docker-ansible-lint/`
|
||||||
5. ???
|
5. ???
|
||||||
6. enjoy
|
6. enjoy
|
||||||
|
@ -14,5 +14,5 @@ You can verify that the image was correclty built by running
|
||||||
sudo docker image
|
sudo docker image
|
||||||
|
|
||||||
# run your image with an interactive shell
|
# run your image with an interactive shell
|
||||||
sudo docker run -it --rm aurore-ansible-lint-image
|
sudo docker run -it --rm aurore-ansible-lint-image /bin/sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue