diff --git a/docs/Docker.md b/docs/Docker.md index 043ef02b..2e5f2864 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -22,6 +22,8 @@ The instructions below will utilise the 'latest' tag, however this can be substi Additionally there are specific version release tags for each release. Refer to https://hub.docker.com/r/driveone/onedrive/tags for any other Docker tags you may be interested in. +**Note:** If you are using Debian or Ubuntu platforms, it is recommended you use the 'debian' Docker tag rather than 'latest' to ensure maximum compatability with your Debian or Ubuntu ecosystem. + ## Basic Setup ### 0. Install docker using your distribution platform's instructions 1. Ensure that SELinux has been disabled on your system. A reboot may be required to ensure that this is correctly disabled. diff --git a/docs/Podman.md b/docs/Podman.md index e67deb08..5528367a 100644 --- a/docs/Podman.md +++ b/docs/Podman.md @@ -1,6 +1,6 @@ # Run the OneDrive Client for Linux under Podman This client can be run as a Podman container, with 3 available options for you to choose from: -1. Container based on Fedora 35 - Docker Tag: latest +1. Container based on Fedora 36 - Docker Tag: latest 2. Container based on Debian 11 - Docker Tag: debian 3. Container based on Alpine Linux - Docker Tag: alpine @@ -9,8 +9,9 @@ These containers offer a simple monitoring-mode service for the OneDrive Client The instructions below have been validated on: * Fedora 35 -The instructions below will utilise the 'latest' tag, however this can be substituted for 'stretch' or 'alpine' if desired. The below instructions for podman have only been tested as the root user while running the containers themselves as non-root users. +The instructions below will utilise the 'latest' tag, however this can be substituted for 'debian' or 'alpine' if desired. The below instructions for podman have only been tested as the root user while running the containers themselves as non-root users. +**Note:** If you are using Debian or Ubuntu platforms, it is recommended you use the 'debian' Docker tag rather than 'latest' to ensure maximum compatability with your Debian or Ubuntu ecosystem. ## Basic Setup ### 0. Install podman using your distribution platform's instructions if not already installed