EasyManua.ls Logo

Nvidia DGX-2 - 5.2.2 For apt; 5.2.3 For Docker; 5.3 Configuring Docker IP Addresses

Nvidia DGX-2
147 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
http_proxy="http://myproxy.server.com:8080/"
ftp_proxy="ftp://myproxy.server.com:8080/";
https_proxy="https://myproxy.server.com:8080/";
/etc/apt/apt.conf.d/myproxy
Acquire::http::proxy "http://<username>:<password>@<host>:<port>/";
Acquire::ftp::proxy "ftp://<username>:<password>@<host>:<port>/";
Acquire::https::proxy "https://<username>:<password>@<host>:<port>/";
Acquire::http::proxy "http://myproxy.server.com:8080/";
Acquire::ftp::proxy "ftp://myproxy.server.com:8080>/";
Acquire::https::proxy "https://myproxy.server.com:8080/";
https://docs.docker.com/engine/admin/systemd/#http-proxy
172.17.0.0/16
If your network does not conflict with
the default Docker IP address range, then no changes are needed and you can skip this
section.
/etc/docker/daemon.json /etc/systemd/
system/docker.service.d/docker-override.conf
/etc/systemd/system/docker.service.d/docker-
override.conf
docker-override.conf

Table of Contents

Related product manuals