mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Fixed location of the shell access section.
This commit is contained in:
parent
89874d360a
commit
6472a51e00
24
README.md
24
README.md
@ -31,8 +31,8 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found
|
|||||||
* [Accessing the GUI](#accessing-the-gui)
|
* [Accessing the GUI](#accessing-the-gui)
|
||||||
* [Security](#security)
|
* [Security](#security)
|
||||||
* [Certificates](#certificates)
|
* [Certificates](#certificates)
|
||||||
* [Shell Access](#shell-access)
|
|
||||||
* [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)
|
||||||
@ -289,17 +289,6 @@ or VNC client, make sure to supply your own valid certificates.
|
|||||||
**NOTE**: Certificate files are monitored and relevant daemons are automatically
|
**NOTE**: Certificate files are monitored and relevant daemons are automatically
|
||||||
restarted when changes are detected.
|
restarted when changes are detected.
|
||||||
|
|
||||||
### 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`).
|
|
||||||
|
|
||||||
### VNC Password
|
### VNC Password
|
||||||
|
|
||||||
To restrict access to your application, a password can be specified. This can
|
To restrict access to your application, a password can be specified. This can
|
||||||
@ -321,6 +310,17 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user