Modified README.md to remove referrences to Docker

This commit is contained in:
mowestusa 2019-11-05 23:00:29 -05:00
parent 665fcdc781
commit d07588494f

View file

@ -38,7 +38,12 @@ This repo includes scripts to build and preview the contents of this repository.
**NOTE**: Please note that if you reference pages from other repositories, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see [the Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o/) for instructions.
Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.
Both scripts use podman in F30 and above. Please make sure you have podman installed on your system.
### Installing podman on Fedora
```
$ sudo dnf install podman
```
To build and preview the site, run:
@ -47,10 +52,3 @@ $ ./build.sh && ./preview.sh
```
The result will be available at http://localhost:8080
### Installing docker on Fedora
```
$ sudo dnf install docker
$ sudo systemctl start docker && sudo systemctl enable docker
```