Skip to content

Commit

Permalink
we are no longer using docker hub (#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa authored Feb 9, 2024
1 parent 0d9a162 commit e4585c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ volumes, and images:
```
cd to the role in question
% molecule destroy
% docker ps -qaf ancestor=pulibrary/puldocker-ubuntu1804-ansible:latest | xargs docker stop
% docker ps -qaf ancestor=pulibrary/puldocker-ubuntu1804-ansible:latest | xargs docker rm
% docker ps -qaf ancestor=quay.io/pulibrary/jammy-ansible:latest | xargs docker stop
% docker ps -qaf ancestor=quay.io/pulibrary/jammy-ansible:latest | xargs docker rm
% docker volume ls -qf dangling=true | xargs docker volume rm
% docker rmi pulibrary/puldocker-ubuntu1804-ansible
% docker rmi quay.io/pulibrary/jammy-ansible
% molecule converage
```
Expand Down

0 comments on commit e4585c4

Please sign in to comment.