Користувальницькькі налаштування

Налаштування сайту


software:docker:tips

Це стара версія документу!


Short docker info

docker container ls --filter "status=running" --format 'table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Image}}'

Show path to container log

docker inspect container_name|grep LogPath

Security: pull images

Once a week stop using caching and update all layers (–pull –no-cache):

docker build --pull --no-cache -t image-tag .
software/docker/tips.1586698770.txt.gz · Востаннє змінено: 2020/04/12 16:39 повз charon