TungNT (Blue)

tungnt.blue@gmail.com

User Tools

Site Tools


development:system:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
development:system:docker [2024/08/06 06:59] – created - external edit 127.0.0.1development:system:docker [2025/03/18 14:13] (current) – [Khởi động lại các dịch vụ] tungnt
Line 109: Line 109:
 </code> </code>
  
 +==== Xem log Container đang hoạt động ====
 +
 +<code>
 +tungnt@MacBook-Pro-cua-Nguyen-2 deploy % docker logs -f signoz-frontend
 +2024/10/17 07:33:02 [notice] 1#1: using the "epoll" event method
 +2024/10/17 07:33:02 [notice] 1#1: nginx/1.26.2
 +2024/10/17 07:33:02 [notice] 1#1: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) 
 +2024/10/17 07:33:02 [notice] 1#1: OS: Linux 6.10.4-linuxkit
 +2024/10/17 07:33:02 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
 +2024/10/17 07:33:02 [notice] 1#1: start worker processes
 +2024/10/17 07:33:02 [notice] 1#1: start worker process 6
 +2024/10/17 07:33:02 [notice] 1#1: start worker process 7
 +...
 +</code>
 +
 +==== Khởi động lại các dịch vụ ====
 +
 +<code>
 +docker-compose down
 +docker-compose up -d
 +docker restart fea7ca50a8d5
 +</code>
 ==== Xoá Image ==== ==== Xoá Image ====
  
development/system/docker.1722927590.txt.gz · Last modified: 2024/08/06 06:59 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki