Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jun 9, 2023
1 parent d24088d commit f49c417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

构建:`docker build -t fake-mysql-server .`

启动:`docker run -p 3306:3306 fake-mysql-server -d`
启动:`docker run -p 3306:3306 -d fake-mysql-server`

![](img/003.png)

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Launch: `java -jar fake-mysql-cli.jar -p [port]`

Build: `docker build -t fake-mysql-server .`

Launch: `docker run -p 3306:3306 fake-mysql-server -d`
Launch: `docker run -p 3306:3306 -d fake-mysql-server`

![](../img/003.png)

Expand Down

0 comments on commit f49c417

Please sign in to comment.