Skip to content

Commit 062a638

Browse files
authored
Update README.md
Add docker ghcr.io/goffinet/docker-gns3fy:main
1 parent 0ccd8cd commit 062a638

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ git clone https://github.com/goffinet/ansible-ccna-lab
143143
cd ansible-ccna-lab/playbooks
144144
ansible-playbook lab_setup.yml
145145
```
146+
ou utiliser l'image docker `ghcr.io/goffinet/docker-gns3fy:main`:
147+
```bash
148+
git clone https://github.com/goffinet/ansible-ccna-lab
149+
docker run -it -v ./ansible-ccna-lab:/opt -w /opt/playbooks \
150+
ghcr.io/goffinet/docker-gns3fy:main \
151+
bash -c "ansible-playbook lab_setup.yml"
152+
```
153+
154+
docker run -it -v ./ansible-ccna-lab:/opt -w /opt/playbooks ghcr.io/goffinet/docker-gns3fy:main bash -c "
146155

147156
On peut choisir la topologie de base en précisant l'inventaire :
148157

0 commit comments

Comments
 (0)