Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add docker ghcr.io/goffinet/docker-gns3fy:main
  • Loading branch information
goffinet authored Oct 9, 2024
1 parent 0ccd8cd commit 062a638
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ git clone https://github.com/goffinet/ansible-ccna-lab
cd ansible-ccna-lab/playbooks
ansible-playbook lab_setup.yml
```
ou utiliser l'image docker `ghcr.io/goffinet/docker-gns3fy:main`:
```bash
git clone https://github.com/goffinet/ansible-ccna-lab
docker run -it -v ./ansible-ccna-lab:/opt -w /opt/playbooks \
ghcr.io/goffinet/docker-gns3fy:main \
bash -c "ansible-playbook lab_setup.yml"
```

docker run -it -v ./ansible-ccna-lab:/opt -w /opt/playbooks ghcr.io/goffinet/docker-gns3fy:main bash -c "

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

Expand Down

0 comments on commit 062a638

Please sign in to comment.