Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
omv7:docker_in_omv [2024/10/31 12:48] – [2. Plugin Settings] chente | omv7:docker_in_omv [2025/01/09 15:53] (current) – [2. Plugin Settings] chente | ||
---|---|---|---|
Line 152: | Line 152: | ||
Done. We now have a user // | Done. We now have a user // | ||
- | **In this document we will use a single user called //appuser// and created in the GUI for simplicity, this is enough for many users. Consider your use case and whether or not you need to go further.** | + | **In this document we will use a single user called //appuser// and created in the GUI, this is more than enough for 99% of users. Consider your use case and whether or not you need to go further. If you do, act accordingly throughout the entire process.** |
---- | ---- | ||
Line 181: | Line 181: | ||
The first step is to define some folders where the different data is stored. To do this, we go to the SERVICES > COMPOSE > SETTINGS tab. | The first step is to define some folders where the different data is stored. To do this, we go to the SERVICES > COMPOSE > SETTINGS tab. | ||
There are many possible configurations on a NAS. First we will see a simple configuration and then we will see a somewhat more advanced configuration. | There are many possible configurations on a NAS. First we will see a simple configuration and then we will see a somewhat more advanced configuration. | ||
+ | |||
+ | ---- | ||
== 2.1 SIMPLE OMV NAS SYSTEM == | == 2.1 SIMPLE OMV NAS SYSTEM == | ||
Line 188: | Line 190: | ||
The following image shows a schematic of this type of configuration. | The following image shows a schematic of this type of configuration. | ||
- | {{ : | + | {{ : |
In this case all the necessary folders are on the same drive so everything will be very simple. All of them will be inside the mount folder of that drive, something like ''/ | In this case all the necessary folders are on the same drive so everything will be very simple. All of them will be inside the mount folder of that drive, something like ''/ | ||
- | Create those shared folders in the OMV GUI and follow the explanations | + | Create those shared folders in the OMV GUI and follow the explanations |
+ | |||
+ | ---- | ||
== 2.2 ADVANCED OMV NAS SYSTEM == | == 2.2 ADVANCED OMV NAS SYSTEM == | ||
+ | |||
+ | In a more advanced configuration than the previous one we can find something like the following. | ||
The image below shows an example schematic that may be typical of any OMV NAS. The explanations in this document from now on will be based on this example system. Your system will probably be different, adapt the explanations to your real system. | The image below shows an example schematic that may be typical of any OMV NAS. The explanations in this document from now on will be based on this example system. Your system will probably be different, adapt the explanations to your real system. | ||
Line 214: | Line 220: | ||
On the right you can see how the plugin' | On the right you can see how the plugin' | ||
{{ : | {{ : | ||
+ | |||
+ | ---- | ||
+ | |||
+ | == 2.3 CONFIGURATION == | ||
In any case, the main recommendation here is to **keep docker data and the OMV operating system separate**. | In any case, the main recommendation here is to **keep docker data and the OMV operating system separate**. | ||
Line 296: | Line 306: | ||
</ | </ | ||
If you don't have a fast drive for Docker, you can configure the < | If you don't have a fast drive for Docker, you can configure the < | ||
+ | </ | ||
+ | * ...< | ||
+ | </ | ||
+ | The internal structure described in the " | ||
</ | </ | ||
* CONFIGURE THE DATA FOLDER: | * CONFIGURE THE DATA FOLDER: |