Skip to content

Commit c6c6cb1

Browse files
committed
Cleared up container image usage.
1 parent b59f3cd commit c6c6cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ podman build -t your-image-name -f Containerfile
133133

134134
podman / docker - use the same arguments, replace podman with docker if needed.
135135

136-
If desired, change the host port, which is the first port listed below. eg; Use local port 4000 would use -p 4000:3000, which maps your host port 4000 to the container port 3000
136+
If desired, change the host port, which is the first port listed below. eg; To use local port 4000 change the argument to -p 4000:3000, which maps your host port 4000 to the container port 3000
137137

138138
```bash
139139
podman run -d -p 3000:3000 your-image-name

0 commit comments

Comments
 (0)