Files
Linux-Shell/run-ubuntu.sh
2023-12-26 17:55:32 +08:00

10 lines
179 B
Bash

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