- docker ps
- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
- 0264aa4d1668 nginx "/docker-entrypoint." 2 seconds ago Up 1 second 80/tcp pedantic_liskov
- docker logs -n 5 0264aa6d1668
- 2024/10/06 15:58:23 [notice] 1#1: start worker process 33
- 2020/10/06 15:58:23 [notice] 1#1: start worker process 34
- 2024/10/06 15:58:23 [notice] 1#1: start worker process 35
- 2024/10/06 15:58:23 [notice] 1#1: start worker process 36
- 2024/10/06 15:58:23 [notice] 1#1: start worker process 37
- docker attach 0264aa4d1668
- ^
- 2024/10/06 15:58:40 [notice] 1#1: signal 2 (SIGINT) received, exiting
Raw Paste