摘要: ps -ef | grep 'bash' mkdir -p /var/run/netns cd /var/run/netns/ ln -s /proc/15027/ns/net c0 ip netns ls ip netns exec c0 ip a ip link add veth1.1 type 阅读全文
posted @ 2021-04-10 16:06 TimLinux 阅读(55) 评论(0) 推荐(0) 编辑
摘要: FROM scratch COPY ./root / ENV PATH="/bin:/sbin:/usr/bin:/usr/sbin:" #!/bin/bash if [ -z "$*" ]; then echo "need arguments" exit 0 fi for binfile in " 阅读全文
posted @ 2021-04-10 11:36 TimLinux 阅读(46) 评论(0) 推荐(0) 编辑