gns3-docker-appliances/router/Dockerfile

5 lines
166 B
Docker
Raw Normal View History

2024-09-20 08:13:47 +00:00
# As CentOS reached EOL we cannot build the image anymore
# So we reuse the work of Chewie for our own images
2024-09-17 10:27:20 +00:00
FROM chewiebeardy/gns3-host:2023
CMD ["/usr/sbin/init"]