File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ Talk through slides
16
16
17
17
=== Docker Remote API
18
18
19
- . `curl --unix-socket /var/run/docker.sock http://docker /containers/<name>/stats`
19
+ . `curl --unix-socket /var/run/docker.sock http://localhost /containers/<name>/stats`
20
20
21
21
=== Events
22
22
23
- . `docker system events`
24
- . In a different tab , kill a running container using `docker container rm -f db`
25
- . Show the list of events
26
- . Start a new container: `docker container run -d jboss/wildfly`
27
- . Show the list of events
23
+ . In one terminal (T1), `docker system events`
24
+ . In a different terminal (T2) , kill a running container using `docker container rm -f db`
25
+ . Show the list of events in T1
26
+ . Start a new container in T2 : `docker container run -d jboss/wildfly`
27
+ . Show the list of events in T1
28
28
29
29
== 6.3 Monitoring Docker using Prometheus and cAdvisor
30
30
You can’t perform that action at this time.
0 commit comments