TEXT   188
docker ps
Guest on 2nd December 2024 07:02:16 AM


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

Raw Paste

Login or Register to edit or fork this paste. It's free.