Fix docker port
Signed-off-by: Alexander <hi@odyssey346.dev>
This commit is contained in:
parent
bf588b011f
commit
22308c245b
@ -8,7 +8,7 @@ Create a container with the following command:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build -t falsessh .
|
docker build -t falsessh .
|
||||||
docker run -d --name falsessh -p 22:2269 falsessh:latest
|
docker run -d --name falsessh -p 2269:22 falsessh:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Try SSHing into the container.
|
Try SSHing into the container.
|
||||||
|
Loading…
Reference in New Issue
Block a user