summaryrefslogtreecommitdiff
path: root/install.md
Commit message (Collapse)AuthorAge
* update website link for install instructionsDaniel Helfand2020-12-06
| | | | Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
* install.md: Fix typoGabriela Cervantes2020-04-27
| | | | | | This PR fixes a typo on the install.md. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
* Move install.md to podman.io, leave link pageTomSweeneyRedHat2020-02-01
| | | | | | | | | | | | | | The installation instructions for podman were on this site and a second copy on podman.io. I've created https://github.com/containers/podman.io/pull/193 which has a merging of the installation instructions from both sites. Since the one on podman.io was created a few months ago, we've had a number of divergences. Maintaining only one copy should assist with that problem plus make it easier for people updating them. This PR should NOT be merged before the one in podman.io. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Assure validate includes lintSorin Sbarnea2020-01-30
| | | | | | Fixed issue where lint was not run on CI, so we missed to prevent regressions. Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
* adjusts install.md (Ubuntu): replaces ${NAME} with hard-encoded Ubuntu to ↵Konstantinos Kostarellis2020-01-30
| | | | | | support all *buntu flavors - combines downloading and registering of the apt-secure key into a piped oneliner
* adjusts install.md (Ubuntu): registries.conf setup is now in ↵Konstantinos Kostarellis2020-01-30
| | | | containers-image package
* install.md: registries.conf setup in containers-image packageLokesh Mandvekar2020-01-28
| | | | | | No need for separate setup steps with podman 1.7.0~5. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* [CI:DOCS]Add copr link to fedora install pageBrent Baude2020-01-27
| | | | | | | | for non-rawhide fedora distributions, you can use the copr repo to track upstream Fixes: #4956 Signed-off-by: Brent Baude <bbaude@redhat.com>
* install.md: mention availability of OpenEmbedded recipesStefan Agner2020-01-26
| | | | | | | | OpenEmbedded is a build framework to build an embedded Linux distribution. Podman recipes are available in the meta-virtualization layer. Signed-off-by: Stefan Agner <stefan@agner.ch>
* correct search-and-replace errorLokesh Mandvekar2020-01-22
| | | | Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* update install instructions for Debian, Raspbian and UbuntuLokesh Mandvekar2020-01-17
| | | | Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* install.md: openSUSE dependenciesJosé Guilherme Vanz2019-12-16
| | | | | | Adds documentation about how to install dependencies on openSUSE Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
* Enable multi-platform rpm buildingSorin Sbarnea2019-12-05
| | | | | | | | | | | | | | | | - make: fix python detection for multiple interpreters - make: create generic `package` and `package-install` targets - build_rpm.sh: move package installation into package-install - build_rpm.sh: fix dnf/yum detection - build_rpm.sh: install md2man rpm only on platfroms where is available - build_rpm.sh: temporary skip packaging docs and debug on rhel-8 - docs: `make package-install` This change is validated by new CI jobs run by rdoproject. See link below for result. Depends-On: https://review.rdoproject.org/r/#/c/23943/ Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
* install.md: added slirp4netns dependency to ubuntunitro2019-12-01
| | | | | https://github.com/containers/libpod/issues/1234 Signed-off-by: nitrocode <nitrocode@users.noreply.github.com>
* Update installation - Ubuntu. [skip ci]Jun Aruga2019-11-05
| | | | | | | Current podman deb package does not install /etc/containers/registries.conf . The added line is for compatibility of use cases with docker. Signed-off-by: Jun Aruga <jaruga@redhat.com>
* build: drop support for ostreeGiuseppe Scrivano2019-10-30
| | | | | | | it is going to be removed from containers/image as well, so no longer depend on it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* install.md: add libbtrfs-dev for Debian buildChris K2019-10-01
| | | | | | Original-author: @hugelgupf Replaces: #4050 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* Update cni config instructionsTomSweeneyRedHat2019-08-22
| | | | | | | | | Update the CNI configuration instructions to line up with the changes introduced in #3868. Also do a bit less documentation of the configuration and point to the GitHub project so we won't get out of sync in the future. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* 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