We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccd8cd commit 062a638Copy full SHA for 062a638
README.md
@@ -143,6 +143,15 @@ git clone https://github.com/goffinet/ansible-ccna-lab
143
cd ansible-ccna-lab/playbooks
144
ansible-playbook lab_setup.yml
145
```
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 "
155
156
On peut choisir la topologie de base en précisant l'inventaire :
157
0 commit comments