From ce87ad9b5fc2f289701cf053be624bb728deb844 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Thu, 25 Oct 2018 21:13:51 -0400 Subject: [PATCH] Adjusted the location of the `Shell Access` section. --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7f1fe28..5a89761 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found * [Security](#security) * [Certificates](#certificates) * [VNC Password](#vnc-password) - * [Shell Access](#shell-access) * [Reverse Proxy](#reverse-proxy) * [Routing Based on Hostname](#routing-based-on-hostname) * [Routing Based on URL Path](#routing-based-on-url-path) + * [Shell Access](#shell-access) * [Increasing Shared Memory Size](#increasing-shared-memory-size) * [Sound Support](#sound-support) * [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 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 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