新增socat转发用脚本。
整理旧的脚本文件。
This commit is contained in:
9
Miscellaneous/run-ubuntu.sh
Normal file
9
Miscellaneous/run-ubuntu.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
docker pull docker.io/library/ubuntu:latest
|
||||
docker run -d \
|
||||
--name ubuntu \
|
||||
--privileged=true \
|
||||
--net=host \
|
||||
docker.io/library/ubuntu:latest \
|
||||
/bin/bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user