add new file: run-ubuntu.sh

This commit is contained in:
2023-12-26 17:54:09 +08:00
parent c7e5cf9508
commit 2bad1a07bb

9
run-ubuntu.sh Normal file
View 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