Create first Docker image
This commit is contained in:
commit
49f410f87c
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# GNS3 Docker appliances
|
||||
|
||||
Appliances used to build GNS3 labs.
|
5
host/Dockerfile
Normal file
5
host/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y nmap vim nano && \
|
||||
rm -rf /var/lib/apt/lists/*
|
2
host/build.sh
Executable file
2
host/build.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sudo docker build -t pierre42100/gns3-appliance-host .
|
Loading…
Reference in New Issue
Block a user