add new file: run-ubuntu.sh
This commit is contained in:
9
run-ubuntu.sh
Normal file
9
run-ubuntu.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
docker pull docker.io/library/ubuntu:latest
|
||||
docker run -d \
|
||||
--name almalinux \
|
||||
--privileged=true \
|
||||
--net=host \
|
||||
docker.io/library/ubuntu:latest \
|
||||
/usr/sbin/init
|
||||
|
||||
|
||||
Reference in New Issue
Block a user