This commit is contained in:
Pierre HUBERT 2024-09-20 10:13:47 +02:00
parent 1f3efc7bf4
commit 6d1d65b4ca
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# GNS3 Docker appliances
Appliances used to build GNS3 labs.
This images are freely inspired from [Chewie's](https://github.com/Chewie/gns3-docker-appliances) ones

View File

@ -1,3 +1,5 @@
# As CentOS reached EOL we cannot build the image anymore
# So we reuse the work of Chewie for our own images
FROM chewiebeardy/gns3-host:2023
CMD ["/usr/sbin/init"]