Toggle navigation
Yet Another Dev Blog
It's basically about programming and work in general
Home
Archive for Апрель 23rd, 2020
Daily Archives: 23.04.2020
Read logs from docker container
04, 23, 2020
bullgare
Administration
No Comments.
Go
tail -f `docker inspect --format='{{.LogPath}}' [containername]`
1
tail
-
f
`
docker
inspect
--
format
=
'{{.LogPath}}'
[
containername
]
`