摘要:
[Unit] Description=Docker Application Container Engine Documentation=URL After=network-online.target firewalld.service containerd.service Wants=networ 阅读全文
posted @ 2020-06-24 19:38
ascertain
阅读(252)
评论(0)
推荐(0)
摘要:
selinux开启后,挂载OPTIONS会出现seclabel,此时创建的文件或目录均会被打标 ,权限最后有 . 标记,但是设置acl后会被+号覆盖 sed -ri '/^SELINUX=/ c \SELINUX=disabled' /etc/selinux/config;reboot关闭selin 阅读全文
posted @ 2020-06-24 14:27
ascertain
阅读(349)
评论(0)
推荐(0)
摘要:
Dockerfile 1 # Description: eidolon 2 3 FROM busybox:latest 4 LABEL maintainer='eidolon <eidolon@eidolon.com>' 5 6 ENV DOC_ROOT=/data/ \ 7 PACKAGE=ngi 阅读全文
posted @ 2020-06-24 04:33
ascertain
阅读(877)
评论(0)
推荐(0)
摘要:
for p in `find /root/epsilon -type d -a -iname vaspy -exec ls -ld {} \;|awk '{print $NF}'`;do mv $p `dirname $p`/epsilon_vasp;done 递归修改特定目录下所有某特定文件夹名字 阅读全文
posted @ 2020-06-24 01:28
ascertain
阅读(98)
评论(0)
推荐(0)

浙公网安备 33010602011771号