docker build -t silvionetto/python3 .
docker run -it --name python3 silvionetto/python3 bash
systemctl start docker
systemctl stop docker
systemctl restart docker
mkdir -p /etc/systemd/system/docker.service.d
touch /etc/systemd/system/docker.service.d/http-proxy.conf
[Service] Environment="HTTP_PROXY=http://proxy.example.com:80/"
touch /etc/systemd/system/docker.service.d/https-proxy.conf
[Service] Environment="HTTPS_PROXY=http://proxy.example.com:80/"
systemctl daemon-reload
systemctl restart docker
Content type
Image
Digest
Size
466.8 MB
Last updated
almost 9 years ago
docker pull silvionetto/python3