Home > other >  Launched the registry - web container, but hosting access map container port, see below for details
Launched the registry - web container, but hosting access map container port, see below for details

Time:10-08

Docker registry - web start
Docker run - d - 8080 p: 8080/TCP - name registry - web - link registry - the SRV \
- e REGISTRY_URL \
=http://10.5.221.11:8082/v2- e REGISTRY_TRUST_ANY_SSL=true \
- e REGISTRY_NAME=localhost: 5000 \
- e REGISTRY_READONLY=false \
Docker registry - web

Docker ps
Ba8535e91c39 docker registry - web "start. Sh" 3 hours line Up 3 hours 0.0.0.0:8080 - & gt; 8080/TCP registry - web

Docker port
8080/TCP - & gt; 0.0.0.0:8080

The iptables - L - n

Chain DOCKER references (1)
Target prot opt source destination
ACCEPT the TCP - 0.0.0.0/0 172.17.0.2 TCP DPT: 8083
ACCEPT the TCP - 0.0.0.0/0 172.17.0.3 TCP DPT: 8080
ACCEPT the TCP - 0.0.0.0/0 172.17.0.4 TCP DPT: 8084

Hosting the ifconfig
Docker0: flags=4163 & lt; The UP, the BROADCAST, RUNNING, MULTICAST> Mtu 1500
Inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
Inet6 fe80: : 42: aeff: fe32:17 c3 prefixlen 64 scopeid 0 x20 & lt; Link>
Mr 02:42: ae: rail: c3 txqueuelen 0 (Ethernet)
RX packets 105 bytes (6.8 6996 KiB)
RX errors 0 dropped overruns frame 0 0 0
TX packets 1011 bytes (44.3 45435 KiB)
TX errors 0 dropped overruns carrier collisions 0 0 0 0

Eth0: flags=4163 & lt; The UP, the BROADCAST, RUNNING, MULTICAST> Mtu 1500
Inet 172.172.11.14 netmask 255.255.255.0 broadcast 172.172.11.255
Inet6 fe80: : f816:3 eff: fe2e: 4305 prefixlen 64 scopeid 0 x20 & lt; Link>
Mr Fa: e: us 2 e: 43:05 txqueuelen 1000 (Ethernet)
RX 11363958399 packets of 9554040 bytes (10.5 GiB)
RX errors 0 dropped overruns frame 0 0 0
TX packets 4424602 bytes (MiB) 382.7 401350350
TX errors 0 dropped overruns carrier collisions 0 0 0 0


The curl -v
http://10.5.221.11:8080Connection timeout
Telnet 127.0.0.1 8080
Trying 127.0.0.1...
Connected to 127.0.0.1.
The Escape character is' ^] '


Head dizzy, baidu has a lot of things, not do, or turn down
  • Related