5 lines
166 B
Docker
Raw Normal View History

2024-09-20 10:13:47 +02: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 12:27:20 +02:00
FROM chewiebeardy/gns3-host:2023
CMD ["/usr/sbin/init"]