mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Added section about shell access.
This commit is contained in:
parent
e48f0c96ab
commit
ff15045150
12
README.md
12
README.md
@ -29,6 +29,7 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found
|
||||
* [Accessing the GUI](#accessing-the-gui)
|
||||
* [Security](#security)
|
||||
* [Certificates](#certificates)
|
||||
* [Shell Access](#shell-access)
|
||||
* [VNC Password](#vnc-password)
|
||||
* [Reverse Proxy](#reverse-proxy)
|
||||
* [Routing Based on Hostname](#routing-based-on-hostname)
|
||||
@ -260,6 +261,17 @@ or VNC client, make sure to supply your own valid certificates.
|
||||
**NOTE**: Certificate files are monitored and relevant daemons are automatically
|
||||
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
|
||||
|
||||
To restrict access to your application, a password can be specified. This can
|
||||
|
Loading…
x
Reference in New Issue
Block a user