Skip to content

Commit 956cd39

Browse files
committed
Update Docker container content
1 parent 233902a commit 956cd39

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

docs/unraid-os/using-unraid-to/run-docker-containers/managing-and-customizing-containers.mdx

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,17 @@ To access the container's context menu, go to the **Docker** or **Dashboard** ta
202202

203203
| Option | Description |
204204
| ---------------------------- | --------------------------------------------------------------------------------------------------- |
205-
| **WebUI** | Opens the container’s web interface in a new browser tab (if available). |
206-
| **Update** | Appears when an update is available. Updates the container to the latest image. |
207-
| **Start/Stop** | Starts or stops the container. |
208-
| **Logs** | Shows the container’s log output for troubleshooting. |
209-
| **Edit** | Change container settings, such as port or volume mappings. Changes apply immediately after saving. |
210-
| **Enable/Disable autostart** | Sets whether the container starts automatically when the %%array\|array%% starts. |
211-
| **Remove** | Deletes the container. You can choose to remove just the container or also delete its image. |
212-
213-
:::tip
214-
215-
Some containers may offer additional options, like direct links to documentation or support resources.
216-
217-
:::
205+
| **WebUI** | Opens the container's web interface in a new browser tab (if available). |
206+
| **Console** | Opens a command-line interface to interact with the container directly. |
207+
| **Stop** | Stops the running container. |
208+
| **Pause** | Pauses the container, temporarily halting all processes. |
209+
| **Restart** | Restarts the container, applying any configuration changes. |
210+
| **Logs** | Shows the container's log output for troubleshooting. |
211+
| **Edit** | Change container settings, such as port or volume mappings. Changes apply immediately after saving. |
212+
| **Remove** | Deletes the container. You can choose to remove just the container or also delete its image. |
213+
| **Project Page** | Opens the container's project page for documentation and support. |
214+
| **Support** | Provides access to support resources and help for the container. |
215+
| **More Info** | Displays additional information about the container and its configuration. |
218216

219217
### Health indicator
220218

@@ -242,20 +240,23 @@ For instance, if you mapped `/mnt/user/media` on the host to `/unraid_media` in
242240

243241
Here are some examples showing common path mapping configurations that users frequently need when setting up Docker containers. They demonstrate how to translate between Unraid's host file system paths and the container's internal paths, helping you configure applications correctly.
244242

245-
- **Media server**:
246-
Host path: `/mnt/user/media`\
247-
Container path: `/unraid_media`\
248-
In the app, set your media library location to `/unraid_media`.
249-
250-
- **Appdata storage**:
251-
Host path: `/mnt/user/appdata/myapp`\
252-
Container path: `/config`\
253-
In the app, use `/config` for configuration storage.
254-
255-
- Multiple %%user shares|user-share%%:
256-
Host path: `/mnt/user/downloads` → Container path: `/downloads`\
257-
Host path: `/mnt/user/torrents` → Container path: `/torrents`\
258-
Reference `/downloads` or `/torrents` in the application as needed.
243+
- **Media server:**
244+
Host path: `/mnt/user/media`
245+
Container path: `/unraid_media`
246+
247+
In the app, set your media library location to `/unraid_media`.
248+
249+
- **Appdata storage:**
250+
Host path: `/mnt/user/appdata/myapp`
251+
Container path: `/config`
252+
253+
In the app, use `/config` for configuration storage.
254+
255+
- **Multiple %%user shares|user-share%%:**
256+
Host path: `/mnt/user/media` → Container path: `/media`
257+
Host path: `/mnt/user/data` → Container path: `/data`
258+
259+
Reference `/media` or `/data` in the application as needed.
259260

260261
:::important Best practice
261262

0 commit comments

Comments
 (0)