Files
Linux-Shell/archrived-shells/run-ubuntu.sh
2026-02-01 22:35:01 +08:00

10 lines
176 B
Bash

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