Skip to content

Commit de125a1

Browse files
committed
fix docker output and commands in the server
1 parent c419924 commit de125a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapter_11_ansible.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,10 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
650650
PORTS NAMES
651651
3a2e600fbe77 busybox "echo hello world" 2 days ago Exited (0) 10
652652
minutes ago testcontainer
653+
129e36a42190 superlists "/bin/sh -c \'gunicor…" About a minute ago Exited (3) About a minute ago superlists
653654
654-
elspeth@server:$ *docker logs testcontainer*
655+
656+
elspeth@server:$ *docker logs superlists*
655657
[2024-02-26 22:19:15 +0000] [1] [INFO] Starting gunicorn 21.2.0
656658
[2024-02-26 22:19:15 +0000] [1] [INFO] Listening at: http://0.0.0.0:8888 (1)
657659
[2024-02-26 22:19:15 +0000] [1] [INFO] Using worker: sync

0 commit comments

Comments
 (0)