aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26e130a..d048c92 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,18 @@ $ go get && go build
$ ./sshtron
```
+## Running under a Docker container
+
+Clone the project and `cd` into its directory.
+
+```sh
+# Build the sshtron Docker image
+$ docker build -t sshtron .
+
+# Spin up the container with always-restart policy
+$ docker run -t -d -p 2022:2022 --restart always --name sshtron sshtron
+```
+
## CVE-2016-0777
[CVE-2016-0777](https://www.qualys.com/2016/01/14/cve-2016-0777-cve-2016-0778/openssh-cve-2016-0777-cve-2016-0778.txt)
Un proyecto texto-plano.xyz