Custom Docker Network


Recommended Posts

Am I doing something wrong? I created a custom docker network using the command "(docker network create 'Network-Name')" is there a new method to this?

 

Version: 6.11.0-rc4

 

docker run
  -d
  --name='NginxProxyManager'
  --net='Network-Name'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="NginxProxyManager"
  -e 'USER_ID'='99'
  -e 'GROUP_ID'='100'
  -e 'UMASK'='000'
  -e 'APP_NICENESS'=''
  -e 'DISABLE_IPV6'='0'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8181]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/nginx-proxy-manager-icon.png'
  -p '7818:8181/tcp'
  -p '1880:8080/tcp'
  -p '18443:4443/tcp'
  -v '/mnt/user/appdata/NginxProxyManager':'/config':'rw' 'jlesage/nginx-proxy-manager'

819e857e19bdcb7d31a4232ffbba630c8a30de728c3f084533c22cf1a1c67db2
docker: Error response from daemon: network 'Network-Name' not found.

The command failed.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.