Docker module #21

Open
opened 2020-03-21 05:55:22 +01:00 by marcel.schwarz · 2 comments
marcel.schwarz commented 2020-03-21 05:55:22 +01:00 (Migrated from gitlab.com)

Pull latest:

docker images | grep -v REPOSITORY| awk '{print $1}'| xargs -L1 docker pull

Pull by Tag:

docker images | grep -v REPOSITORY | awk '{printf $1; printf ":"; print $2}' | xargs -L1 docker pull

To Update all already pulled images

Pull latest: ``` docker images | grep -v REPOSITORY| awk '{print $1}'| xargs -L1 docker pull ``` Pull by Tag: ``` docker images | grep -v REPOSITORY | awk '{printf $1; printf ":"; print $2}' | xargs -L1 docker pull ``` To Update all already pulled images
marcel.schwarz commented 2020-03-21 05:55:52 +01:00 (Migrated from gitlab.com)

changed the description

changed the description
marcel.schwarz commented 2020-04-10 00:29:56 +02:00 (Migrated from gitlab.com)

changed the description

changed the description
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/linux-tools#21
No description provided.