Skip to content

Commit bc6ad5f

Browse files
Addressed review comment
1 parent e078ed4 commit bc6ad5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To build the container image from Dockerfile and run locally using docker:
5454
```
5555
docker build --platform=linux/amd64 -t openliberty-gettingstarted:<TAG> .
5656
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>
57+
sudo docker run --platform=linux/amd64 -t -i -p 127.0.0.1:9080:9080 openliberty-gettingstarted:<TAG>
5858
```
5959

6060
To build the container image from Dockerfile and run locally using podman:

0 commit comments

Comments
 (0)