makeporngreatagain.pro
yeahporn.top
hd xxx

Configuring Docker to Use External DNS

1,333
  1. Edit the Docker daemon config file to set a custom DNS for the host.
    sudo vi /etc/docker/daemon.json
    {
      "dns": ["8.8.8.8"]
    }
  2. Restart Docker.
    sudo systemctl restart docker
  3. Test your DNS by looking up an external domain.
    docker run nicolaka/netshoot nslookup google.com
  4. Run a container with a custom DNS and test it by doing an nslookup.
    docker run --dns 8.8.4.4 nicolaka/netshoot nslookup google.com

Comments are closed, but trackbacks and pingbacks are open.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.