Adjusted the location of the Shell Access section.

This commit is contained in:
Jocelyn Le Sage 2018-10-25 21:13:51 -04:00
parent bc1e4d01c7
commit ce87ad9b5f

View File

@ -32,10 +32,10 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found
* [Security](#security) * [Security](#security)
* [Certificates](#certificates) * [Certificates](#certificates)
* [VNC Password](#vnc-password) * [VNC Password](#vnc-password)
* [Shell Access](#shell-access)
* [Reverse Proxy](#reverse-proxy) * [Reverse Proxy](#reverse-proxy)
* [Routing Based on Hostname](#routing-based-on-hostname) * [Routing Based on Hostname](#routing-based-on-hostname)
* [Routing Based on URL Path](#routing-based-on-url-path) * [Routing Based on URL Path](#routing-based-on-url-path)
* [Shell Access](#shell-access)
* [Increasing Shared Memory Size](#increasing-shared-memory-size) * [Increasing Shared Memory Size](#increasing-shared-memory-size)
* [Sound Support](#sound-support) * [Sound Support](#sound-support)
* [Troubleshooting](#troubleshooting) * [Troubleshooting](#troubleshooting)
@ -312,17 +312,6 @@ the Remote Framebuffer Protocol [RFC](https://tools.ietf.org/html/rfc6143) (see
section [7.2.2](https://tools.ietf.org/html/rfc6143#section-7.2.2)). Any section [7.2.2](https://tools.ietf.org/html/rfc6143#section-7.2.2)). Any
characters beyhond the limit are ignored. characters beyhond the limit are ignored.
## Shell Access
To get shell access to a the running container, execute the following command:
```
docker exec -ti CONTAINER sh
```
Where `CONTAINER` is the ID or the name of the container used during its
creation (e.g. `crashplan-pro`).
## Reverse Proxy ## Reverse Proxy
The following sections contains NGINX configuration that need to be added in The following sections contains NGINX configuration that need to be added in
@ -419,6 +408,16 @@ server {
} }
``` ```
## Shell Access
To get shell access to a the running container, execute the following command:
```
docker exec -ti CONTAINER sh
```
Where `CONTAINER` is the ID or the name of the container used during its
creation (e.g. `crashplan-pro`).
## Increasing Shared Memory Size ## Increasing Shared Memory Size