Skip to content

Commit

Permalink
fix: [#34] updated docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 31, 2024
1 parent 79ad273 commit ec89684
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mcvs-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ jobs:
docker ps
docker exec -it mcvs-registry \
curl http://localhost:5001/v2/_catalog
docker exec mcvs-registry \
ash -c 'cat /etc/docker/registry/config.yml'
docker exec -it mcvs-registry \
docker exec mcvs-registry \
ash -c \
'cat /etc/distribution/config.yml'
docker exec -it mcvs-registry \
docker exec mcvs-registry \
ash -c \
'ls -lah /var/lib/registry/docker/registry/v2/repositories'
curl http://localhost:5001/v2/_catalog
docker rm --force mcvs-registry

0 comments on commit ec89684

Please sign in to comment.