mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +08:00
Adjusted the location of the Shell Access
section.
This commit is contained in:
parent
bc1e4d01c7
commit
ce87ad9b5f
23
README.md
23
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user