摘要: [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 阅读(242) 评论(0) 推荐(0) 编辑
摘要: selinux开启后,挂载OPTIONS会出现seclabel,此时创建的文件或目录均会被打标 ,权限最后有 . 标记,但是设置acl后会被+号覆盖 sed -ri '/^SELINUX=/ c \SELINUX=disabled' /etc/selinux/config;reboot关闭selin 阅读全文
posted @ 2020-06-24 14:27 ascertain 阅读(311) 评论(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 阅读(840) 评论(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 阅读(88) 评论(0) 推荐(0) 编辑