gns3-docker-appliances/router/Dockerfile
2024-09-20 10:13:47 +02:00

5 lines
166 B
Docker

# 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"]