Skip to content

Commit

Permalink
inspect container to show the runtime environment
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 23, 2023
1 parent 328b982 commit c952934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
run: |
crictl runp --runtime=runh /home/runner/pod.json > pod.id
export PODID=$(cat pod.id)
crictl inspectp $PODID
crictl create $PODID /home/runner/container.json /home/runner/pod.json > container.id
export CONTAINERID=$(cat container.id)
crictl start $CONTAINERID
Expand Down

0 comments on commit c952934

Please sign in to comment.