1.查询镜像:
$ docker search omicsclass
INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATEDdocker.io docker.io/omicsclass/biocontainer-base Biocontainers base Image 0
docker.io docker.io/omicsclass/samtools ...
...时关闭HTTP 代理和 Socks5 代理
usset http_proxy https_proxy
docker配置:
Create a systemd drop-in directory for the docker service:$ sudo mkdir -p /etc/systemd/system/docker.service.d
Create a file named /etc/systemd/system/docker.service.d/http-proxy.conf that adds the HTTP_PR...
环境:centos7
命令:
systemctl start dockersystemctl status docker -l
报错:Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux in docker (--selinux-enabled=false)
解决方案:
...