docker-archive-public/docker.labs

Broken links when running on training.play-with-docker.com

Closed this issue · 2 comments

tdiff commented

Which lab is it that you're having issues with?
Docker for Beginners - Linux / Package and run a custom app using Docker

Description
When running the lab on training.play-with-docker.com, the link provided in step 7 to open the website does not work.
The provided link in my case is:
http://ip172-18-0-22-bd309o5s2ti000bg90mg-80.direct.hybrid.play-with-docker.com/
which failed to open in the browser.
Apparently correct (at least it works) link is:
http://ip172-18-0-5-bd2vrn8abk8g00esnof0-80.direct.labs.play-with-docker.com/
The only difference is use of "labs" subdomain instead of "hybrid.

Describe the results you received:
"This site can’t be reached" error in Chrome

Describe the results you expected:
Linux Tweet App web page opened in the browser

Output of docker version:

$ docker version
Client:
 Version:      18.03.1-ce
 API version:  1.37
 Go version:   go1.9.2
 Git commit:   9ee9f40
 Built:        Thu Apr 26 07:12:25 2018
 OS/Arch:      linux/amd64
 Experimental: false
 Orchestrator: swarm

Server:
 Engine:
  Version:      18.03.1-ce
  API version:  1.37 (minimum version 1.12)
  Go version:   go1.9.5
  Git commit:   9ee9f40
  Built:        Thu Apr 26 07:23:03 2018
  OS/Arch:      linux/amd64
  Experimental: true

Output of docker info:

$ docker info
Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 0
Server Version: 18.03.1-ce
Storage Driver: overlay2
 Backing Filesystem: xfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host ipvlan macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 773c489c9c1b21a6d78b5c538cd395416ec50f88
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871
init version: 949e6fa
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.4.0-96-generic
Operating System: Alpine Linux v3.7 (containerized)
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 31.4GiB
Name: node1
ID: V4DS:KRXG:5QNB:W3FV:52SN:A5SQ:4Y2G:GPWV:533A:QYKJ:L7W6:646J
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 20
 Goroutines: 34
 System Time: 2018-07-11T13:28:58.856873397Z
 EventsListeners: 0
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
 127.0.0.1
 127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled