Skip to content

Commit

Permalink
list of commands in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Oct 26, 2022
1 parent 9619c7c commit 507685a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ docker search <text of search>
skopeo inspect docker://registry.fedoraproject.org/fedora:latest
# https://github.com/wagoodman/dive
dive ${DOCKER_REGISTRY}/portal-production/jenkins-builder

# show all executed command lines list of commands in docker container
skopeo inspect --config docker://registry.fedoraproject.org/fedora:latest | grep -e "CMD" -e "ENTRYPOINT"
```

### export layers tag layers
Expand Down

0 comments on commit 507685a

Please sign in to comment.