We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e078ed4 commit bc6ad5fCopy full SHA for bc6ad5f
README.md
@@ -54,7 +54,7 @@ To build the container image from Dockerfile and run locally using docker:
54
```
55
docker build --platform=linux/amd64 -t openliberty-gettingstarted:<TAG> .
56
docker images --filter reference=openliberty-gettingstarted
57
-sudo podman run --platform=linux/amd64 -t -i -p 127.0.0.1:9080:9080 openliberty-gettingstarted:<TAG>
+sudo docker run --platform=linux/amd64 -t -i -p 127.0.0.1:9080:9080 openliberty-gettingstarted:<TAG>
58
59
60
To build the container image from Dockerfile and run locally using podman:
0 commit comments