Docker 컨테이너 시작시각 확인

1 개요[ | ]

docker 컨테이너 시작시각 확인

2 컨테이너 내부에서 확인[ | ]

# stat /proc | grep Modify
Modify: 2019-11-08 00:17:43.444281043 +0000
# stat /.dockerenv | grep Modify
Modify: 2019-11-08 00:17:43.372281088 +0000

3 컨테이너 외부에서 확인[ | ]

root@localhost:~# docker inspect nginx | grep StartedAt
            "StartedAt": "2019-11-08T00:17:43.531129334Z",

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}