Files
Linux-Shell/run-ubuntu.sh

10 lines
184 B
Bash

docker pull docker.io/library/ubuntu:latest
docker run -d \
--name almalinux \
--privileged=true \
--net=host \
docker.io/library/ubuntu:latest \
/usr/sbin/init