5 lines
166 B
Docker
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"] |