Skip to content

Commit

Permalink
Update Docker and Podman documentation (#2109)
Browse files Browse the repository at this point in the history
* Update Docker and Podman documentation
  • Loading branch information
abraunegg authored Aug 22, 2022
1 parent d169dfc commit abc8b58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions docs/Podman.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit abc8b58

Please sign in to comment.