Create first Docker image
This commit is contained in:
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 .
|
Reference in New Issue
Block a user