For easy installation of a SecureMess Server.
276
To run (and download) the Server you need to forward the server port (3333) to the port you wish your server to run on.
Here is an example command:
docker run --rm -it -p <your-port>:3333 nilusink/secure_mess_server:latest
If you don't have a specific port you want your server to run on, you can just use
3333:3333 so it uses the default port. In this example we also use --rm, which
cleans up the container after running and -it (interactive terminal) so we get
live messages. I would recommend using --rm, but -it is not really needed.
Content type
Image
Digest
Size
367.9 MB
Last updated
over 4 years ago
docker pull nilusink/secure_mess_server