Skip to content

Commit df17915

Browse files
authored
Add instructions for using Podman commands q
1 parent e134ff6 commit df17915

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pages/docker/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ <h2>podman</h2>
238238
podman machine init
239239
podman machine start
240240
podman run -d -p 8080:80/tcp docker.io/library/httpd
241+
242+
# check if podman compose is there
243+
podman compose version
244+
# to install
245+
https://podman-desktop.io/docs/compose/setting-up-compose
246+
241247
</script>
242248
<h2>network</h2>
243249

0 commit comments

Comments
 (0)