#37 Clarifies when to use Docker CE or Podman in this repo
Merged 2 years ago by pbokoc. Opened 2 years ago by dromo.
fedora-docs/ dromo/documentation-contributors-guide DockerOrPodman  into  master

@@ -18,7 +18,8 @@ 

  * git (`dnf install git`)

  * The text editor of your choice

  * Basic terminal experience

- * (recommended) Podman (`dnf install podman`)

+ * Podman if you use a Linux OS such as Fedora (`dnf install podman`) or Docker CE if you use macOS. 

+ 

  

  NOTE: While this document was written with Fedora in mind, the steps below work on any operating system with git installed.

  See the https://git-scm.com/book/en/v2/Getting-Started-Installing-Git[git documentation] for more information on installing git on other operating systems.

@@ -9,7 +9,7 @@ 

  

  [NOTE]

  ====

- Running both scripts requires a working [application]`Docker` setup. Each script may also ask for your `root` or user password.

+ To run the scripts you'll need to install [application]`Podman` if using a Linux OS such as Fedora or [application]`Docker CE` if using macOS. 

  ====

  

  == Using the regular Antora scripts

@@ -10,4 +10,4 @@ 

  

  * A plaintext editor such as [application]`vim`, [application]`emacs`, [application]`Atom`, [application]`VSCode`, etc., preferably with AsciiDoc syntax highlighting.

  * [application]`git` (see xref::git.adoc[Git for docs writers])

- * [application]`Docker` or Podman for building and previewing your changes locally.

+ * [application]`Podman` if you use a Linux OS such as Fedora or [application]`Docker CE` if you use macOS.

From looking at the build.sh script in the template repository, "fedora-docs/template", if on a Linux OS it needs either a Podman or Docker installation. As @pbokoc said we suggest Podman for these Linux OS users. However if a user is on macOS the script requires a Docker installation. I clarified this on any instance we mention tools Docker or Podman in this repo.

Looks good, thanks!

Pull-Request has been merged by pbokoc

2 years ago