Skip to content

Commit

Permalink
docs: fix type Docker/commands/README.md (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
FahimFBA authored Dec 13, 2023
1 parent 509221b commit b3026fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker pull <image name>
- Additioanly we can use flags

- `--name <name> `- To give a name to the container.
- `-p <Host port:container port>`- To fowrad the port.
- `-p <Host port:container port>`- To forward the port.
- `-d` - To run in detached mode
- `-it` - For interactive envirnoment
- `-e` - For environment variable
Expand Down

0 comments on commit b3026fb

Please sign in to comment.