Skip to content

Commit

Permalink
Start podman service and debug podman run
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jan 13, 2025
1 parent cb0e483 commit a621d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/podman-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
run: |
brew install podman
podman -v
brew services start podman
- name: Run container
run: |
podman run -it -p 8888:8888 nginxdemos/nginx-hello:plain-text
podman --log-level debug run -it -p 8888:8888 nginxdemos/nginx-hello:plain-text

0 comments on commit a621d3b

Please sign in to comment.