You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**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. |
218
216
219
217
### Health indicator
220
218
@@ -242,20 +240,23 @@ For instance, if you mapped `/mnt/user/media` on the host to `/unraid_media` in
242
240
243
241
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.
244
242
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.
0 commit comments