summaryrefslogtreecommitdiffstats
path: root/Services/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/ssh')
-rw-r--r--Services/ssh/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Services/ssh/README.md b/Services/ssh/README.md
index 6f73ac4..8253ec6 100644
--- a/Services/ssh/README.md
+++ b/Services/ssh/README.md
@@ -3,7 +3,7 @@ This container run sshd on fedora server. You can overwrite /root/.ssh/autorized
## Running from docker registry
- # docker run -d -p 22022:22 --name="ssh" startx/sv-ssh
+ docker run -d -p 22022:22 --name="ssh" startx/sv-ssh
## Build and run from local Dockerfile
### Building docker image
@@ -19,11 +19,11 @@ and build the container
### Running local image
- # docker run -d -p 22022:22 --name="ssh" sv-ssh
+ docker run -d -p 22022:22 --name="ssh" sv-ssh
## Accessing server
- # ssh -p 22022 root@<containerId>
+ ssh -p 22022 root@<containerId>
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/ssh)