mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Added instructions for updating docker image on Synology and unRAID.
This commit is contained in:
parent
ff15045150
commit
5d2a1c2e52
28
README.md
28
README.md
@ -25,6 +25,8 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found
|
||||
* [Changing Parameters of a Running Container](#changing-parameters-of-a-running-container)
|
||||
* [Docker Compose File](#docker-compose-file)
|
||||
* [Docker Image Update](#docker-image-update)
|
||||
* [Synology](#synology)
|
||||
* [unRAID](#unraid)
|
||||
* [User/Group IDs](#usergroup-ids)
|
||||
* [Accessing the GUI](#accessing-the-gui)
|
||||
* [Security](#security)
|
||||
@ -187,6 +189,32 @@ docker rm firefox
|
||||
```
|
||||
4. Start the container using the `docker run` command.
|
||||
|
||||
### Synology
|
||||
|
||||
For owners of a Synology NAS, the following steps can be use to update a
|
||||
container image.
|
||||
|
||||
1. Open the *Docker* application.
|
||||
2. Click on *Registry* in the left pane.
|
||||
3. In the search bar, type the name of the container (`jlesage/docker-firefox`).
|
||||
4. Select the image, click *Download* and then choose the `latest` tag.
|
||||
5. Wait for the download to complete. A notification will appear once done.
|
||||
6. Click on *Container* in the left pane.
|
||||
7. Select your Firefox container.
|
||||
8. Stop it by clicking *Action*->*Stop*.
|
||||
9. Clear the container by clicking *Action*->*Clear*. This removes the
|
||||
container while keeping its configuration.
|
||||
10. Start the container again by clicking *Action*->*Start*. **NOTE**: The
|
||||
container may temporarily disappear from the list while it is re-created.
|
||||
|
||||
### unRAID
|
||||
|
||||
For unRAID, a container image can be updated by following these steps:
|
||||
|
||||
1. Select the *Docker* tab.
|
||||
2. Click the *Check for Updates* button at the bottom of the page.
|
||||
3. Click the *update ready* link of the container to be updated.
|
||||
|
||||
## User/Group IDs
|
||||
|
||||
When using data volumes (`-v` flags), permissions issues can occur between the
|
||||
|
Loading…
x
Reference in New Issue
Block a user