You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect. Default password for root is **rootpass**. Modify Dockerfile to change this.
60
+
where:
61
+
- NAME is the name you wish to give to this container. You may start several different instances.
62
+
- SSH_PORT is the port number the container will listen on for SSH connections. As the standard SSH port (22) is often already used, you may want to use another port here.
63
+
- VNC_PORT is the port number the container will listen on for VNC connections.
64
+
65
+
For other options in `docker run`, [please go to docker's documentation](https://docs.docker.com/engine/reference/run/). For example, you may want to mount a given directory of your network and make it accessible to the container using `-v` option.
66
+
67
+
68
+
Typically, I run (but you may have to modify to suit your own needs):
0 commit comments