summaryrefslogtreecommitdiff
path: root/install.md
Commit message (Collapse)AuthorAge
* Homebrew installation in install.mdAshley Cui2019-08-12
| | | | | | Add brew installation instructions to docs & small fix to brew makefile Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
* install.md: mention all build tagsValentin Rothberg2019-07-23
| | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* mkdir -p /etc/cni/net.d requires sudoRubatharisan Thirumathyam2019-07-19
| | | | Signed-off-by: Rubatharisan Thirumathyam <ruth@netcompany.com>
* Fix spelling mistakes in man pages and other docsDaniel J Walsh2019-07-11
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Added instruction to enable the user namespaces permanenty in ManjaroAdel Mamin2019-07-03
| | | | Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
* Addressed code review commentsAdel Mamin2019-07-03
| | | | Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
* Updated install.md for Manjaro LinuxAdel Mamin2019-07-03
| | | | Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
* migrate to go-modulesValentin Rothberg2019-06-24
| | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* include make podman target in install instructionsPeter Hunt2019-06-21
| | | | | | now that podman ships conmon >=0.3.0 Signed-off-by: Peter Hunt <pehunt@redhat.com>
* Create Dockerfiles for podmanimageTomSweeneyRedHat2019-06-01
| | | | | | | | | | | | The Dockerfiles necessary to create the stable, testing and upstream container images on quay.io/user/podman. Once this is commited, I will set up those images such that they will be built with every git commit. stable - Latest Fedora release image testing - Latest release on bohdi Fedora testing upstream - Latest version in upstream podman Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Update install.md ostree Debian dependencies.Jesse Wattenbarger2019-05-24
| | | | | | Add more Debian dependencies that I needed in Debian 9.9. Signed-off-by: Jesse Wattenbarger <jesse.j.wattenbarger@gmail.com>
* Remove conmon from fedora install instructionsTomSweeneyRedHat2019-05-20
| | | | | | | conmon package is no longer available, remove from install.md. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Fixup conmon documentationPeter Hunt2019-05-18
| | | | Signed-off-by: Peter Hunt <pehunt@redhat.com>
* Update installation instructionsAxel Obermeier2019-05-07
| | | | Signed-off-by: h-vetinari <h.vetinari@gmx.com>
* install.md contains hints for rootless setup on arch linuxChristian Bewernitz2019-05-01
| | | | | | | - related to issue #3030 - including pointer to new section in README.md provided by #3038 Signed-off-by: Christian Bewernitz <coder@karfau.de>
* adding uidmap to install steps for ubuntuVanessa Sochat2019-04-12
| | | | Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
* adding additional update, needed for installVanessa Sochat2019-04-11
| | | | Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
* Cleanup messages on podman loadDaniel J Walsh2019-03-18
| | | | | | | If user does not specify file or redirect for stdin, then throw an error Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Replace skopeo-containers with containers-commonTomSweeneyRedHat2019-03-14
| | | | | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Replaces 'skopeo-containers' with 'containers-common' in the files that I feel comfortable changing it in. There are a number of rpm building related files that still have it, but I was hesitant to do so. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* install.md: add section about vendoringValentin Rothberg2019-02-07
| | | | | | Add a section about how `make vendor` works and how to troubleshoot it. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* Update ArchLinux installation instructionsMichael Petö2019-01-26
| | | | | | Podman is available in the official repositories Signed-off-by: Michael Petö <michael@petoe.me>
* Add openSUSE Kubic to install.mdRichard Brown2019-01-17
| | | | Signed-off-by: Richard Brown <RBrownCCB@opensuse.org>
* Installing podmanDaniel J Walsh2019-01-16
| | | | | | Add documentation on how to install a packaged version of podman Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Bump golang to v1.10 in install.mdTomSweeneyRedHat2018-11-13
| | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Update docs to build a runc that works with systemdMatthew Heon2018-10-01
| | | | | | | | | | | Runc disables systemd cgroup support when build statically, so don't tell people to do that now that we're defaulting to systemd for cgroup management. Also, fix some error messages to use the proper ID() call for containers. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Added GOPATH/bin to PATH install.mdTomSweeneyRedHat2018-09-05
| | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1408 Approved by: rhatdan
* point to containers/skopeoMicah Abbott2018-08-18
| | | | | | | Signed-off-by: Micah Abbott <miabbott@redhat.com> Closes: #1300 Approved by: mheon
* install.md: point to containers/libpodMicah Abbott2018-08-18
| | | | | | | Signed-off-by: Micah Abbott <miabbott@redhat.com> Closes: #1300 Approved by: mheon
* switch projectatomic to containersDaniel J Walsh2018-08-16
| | | | | | | | | | Need to get some small changes into libpod to pull back into buildah to complete buildah transition. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1270 Approved by: mheon
* Add information about the configuration files to the install docsDaniel J Walsh2018-06-22
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #988 Approved by: mheon
* install: need to install make on Fedora-like distrosMicah Abbott2018-06-20
| | | | | | | Somehow `make` fails to get brought in with all the build tools, so explicitly install it. Signed-off-by: Micah Abbott <miabbott@redhat.com>
* install.md: fix typoValentin Rothberg2018-06-05
| | | | | | | | s/conman/conmon/ Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #900 Approved by: rhatdan
* docs: fix contrib/cni broken linkTristan Cacqueray2018-05-14
| | | | | | | | | | | This change updates the install.md documentation to reference the new cni directory location. This change also restores the previously deleted README.md with updated instructions. Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.com> Closes: #761 Approved by: baude
* Touch up tutorial location and install reqsTomSweeneyRedHat2018-02-15
| | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #337 Approved by: rhatdan
* Ran spell checker through all man pagesDaniel J Walsh2018-01-29
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #269 Approved by: TomSweeneyRedHat
* Add containernetworking-cni to install reqsTomSweeneyRedHat2018-01-27
| | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Remove conmon, get package from CRI-ODaniel J Walsh2018-01-27
| | | | | | | | | | | | conmon should not be built in two different places. conmon is now a separate package in Fedora so we can just add requires, for use on Ubuntu we can just require cri-o to be installed. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #151 Approved by: mheon
* Rename all references to kpod to podmanDaniel J Walsh2017-12-18
| | | | | | | | | The decision is in, kpod is going to be named podman. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #145 Approved by: umohnani8
* Remove tutorial link from README.mdTomSweeneyRedHat2017-12-12
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #120 Approved by: rhatdan