This commit is contained in:
Pierre HUBERT 2024-09-17 12:27:20 +02:00
parent 32b6cf4193
commit 1f3efc7bf4
2 changed files with 5 additions and 0 deletions

3
router/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM chewiebeardy/gns3-host:2023
CMD ["/usr/sbin/init"]

2
router/build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
sudo docker build -t pierre42100/gns3-appliance-router .