We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134ff6 commit df17915Copy full SHA for df17915
1 file changed
pages/docker/index.html
@@ -238,6 +238,12 @@ <h2>podman</h2>
238
podman machine init
239
podman machine start
240
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
247
</script>
248
<h2>network</h2>
249
0 commit comments