ρV
  • Home
  • Github
  • Open Source
Sign in Subscribe
Oct 5, 2024 1 min read linux

pull docker image with proxy

pull docker image with proxy
Photo by Ian Taylor / Unsplash
Daemon proxy configuration
Learn how to configure the Docker daemon to use an HTTP proxy
Docker Documentation

Daemon configuration

deamon.json


{
  "proxies": {
    "http-proxy": "http://{host}:{port}",
    "https-proxy": "http://{host}:{port}",
    "no-proxy": "localhost, 127.0.0.0/8"
  }
}

restart the daemon for the proxy configuration to take effect:

sudo systemctl restart docker

Published by:

Suyi

You might also like...

Nov
17

setup aria2 on ubuntu

1 min read
Nov
15

setup samba on ubuntu

1 min read
Nov
14

setup PVE and routerOS

1 min read
Nov
14

enable ssh key login

1 min read
Nov
13

setup wireguard on ubuntu

1 min read

Member discussion

ρV © 2026
  • Terms
  • Privacy
Powered by Ghost