Valentin Rothberg
1c0603e9b8
install.md: mention all build tags
...
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-07-23 09:35:22 +02:00
Rubatharisan Thirumathyam
45b6e98c88
mkdir -p /etc/cni/net.d requires sudo
...
Signed-off-by: Rubatharisan Thirumathyam <ruth@netcompany.com>
2019-07-19 14:58:37 +02:00
Daniel J Walsh
369f8b8862
Fix spelling mistakes in man pages and other docs
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-07-11 17:56:54 -04:00
Adel Mamin
ac72229afd
Added instruction to enable the user namespaces permanenty in Manjaro
...
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
2019-07-03 12:38:35 +03:00
Adel Mamin
229c5d6bb2
Addressed code review comments
...
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
2019-07-03 12:38:35 +03:00
Adel Mamin
08bd05cf5c
Updated install.md for Manjaro Linux
...
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
2019-07-03 12:38:35 +03:00
Valentin Rothberg
d697456dc9
migrate to go-modules
...
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-24 13:20:59 +02:00
Peter Hunt
3a0d9516ba
include make podman target in install instructions
...
now that podman ships conmon >=0.3.0
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-06-21 14:38:25 -04:00
TomSweeneyRedHat
54e1a3a103
Create Dockerfiles for podmanimage
...
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>
2019-06-01 14:22:38 -04:00
Jesse Wattenbarger
78f2fa5956
Update install.md ostree Debian dependencies.
...
Add more Debian dependencies that I needed in Debian 9.9.
Signed-off-by: Jesse Wattenbarger <jesse.j.wattenbarger@gmail.com>
2019-05-24 21:46:51 -04:00
TomSweeneyRedHat
79873d1887
Remove conmon from fedora install instructions
...
conmon package is no longer available, remove from
install.md.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-05-20 16:12:20 -04:00
Peter Hunt
900dd3e633
Fixup conmon documentation
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-05-18 19:33:12 -04:00
Axel Obermeier
fe2d074608
Update installation instructions
...
Signed-off-by: h-vetinari <h.vetinari@gmx.com>
2019-05-07 07:46:39 +02:00
Christian Bewernitz
698b281495
install.md contains hints for rootless setup on arch linux
...
- related to issue #3030
- including pointer to new section in README.md provided by #3038
Signed-off-by: Christian Bewernitz <coder@karfau.de>
2019-05-01 14:24:56 +02:00
Vanessa Sochat
02541388df
adding uidmap to install steps for ubuntu
...
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-04-12 15:42:30 -04:00
Vanessa Sochat
3288cc6078
adding additional update, needed for install
...
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-04-11 17:14:40 -04:00
Daniel J Walsh
d0ee203986
Cleanup messages on podman load
...
If user does not specify file or redirect for stdin, then
throw an error
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-03-18 12:23:41 -04:00
TomSweeneyRedHat
d033452b3d
Replace skopeo-containers with containers-common
...
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>
2019-03-14 09:01:30 -04:00
Valentin Rothberg
6d8d1e7eb5
install.md: add section about vendoring
...
Add a section about how `make vendor` works and how to troubleshoot it.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-02-07 13:47:42 +01:00
Michael Petö
602a1fef76
Update ArchLinux installation instructions
...
Podman is available in the official repositories
Signed-off-by: Michael Petö <michael@petoe.me>
2019-01-26 23:00:49 +01:00
Richard Brown
21ec833476
Add openSUSE Kubic to install.md
...
Signed-off-by: Richard Brown <RBrownCCB@opensuse.org>
2019-01-17 23:03:03 +01:00
Daniel J Walsh
4296170aab
Installing podman
...
Add documentation on how to install a packaged version of podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-01-16 11:56:39 -05:00
TomSweeneyRedHat
41c3530d75
Bump golang to v1.10 in install.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2018-11-13 13:40:29 -05:00
Matthew Heon
dd73525fd5
Update docs to build a runc that works with systemd
...
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>
2018-10-01 10:23:06 -04:00
TomSweeneyRedHat
9ae6d773b4
Added GOPATH/bin to PATH install.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes : #1408
Approved by: rhatdan
2018-09-05 23:38:19 +00:00
Micah Abbott
aac2bcb63e
point to containers/skopeo
...
Signed-off-by: Micah Abbott <miabbott@redhat.com>
Closes : #1300
Approved by: mheon
2018-08-18 15:19:23 +00:00
Micah Abbott
a1ec7ff58d
install.md: point to containers/libpod
...
Signed-off-by: Micah Abbott <miabbott@redhat.com>
Closes : #1300
Approved by: mheon
2018-08-18 15:19:23 +00:00
Daniel J Walsh
d20f3a5146
switch projectatomic to containers
...
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
2018-08-16 17:12:36 +00:00
Daniel J Walsh
7a7d0f1446
Add information about the configuration files to the install docs
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes : #988
Approved by: mheon
2018-06-22 18:59:58 +00:00
Micah Abbott
018462b1f0
install: need to install make on Fedora-like distros
...
Somehow `make` fails to get brought in with all the build tools, so
explicitly install it.
Signed-off-by: Micah Abbott <miabbott@redhat.com>
2018-06-20 14:45:28 -04:00
Valentin Rothberg
b241acaef5
install.md: fix typo
...
s/conman/conmon/
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes : #900
Approved by: rhatdan
2018-06-05 14:59:36 +00:00
Tristan Cacqueray
f9eb421348
docs: fix contrib/cni broken link
...
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
2018-05-14 13:30:39 +00:00
TomSweeneyRedHat
ab88304162
Touch up tutorial location and install reqs
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes : #337
Approved by: rhatdan
2018-02-15 19:51:46 +00:00
Daniel J Walsh
099b5fb6f6
Ran spell checker through all man pages
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes : #269
Approved by: TomSweeneyRedHat
2018-01-29 15:21:34 +00:00
TomSweeneyRedHat
eed32e3c57
Add containernetworking-cni to install reqs
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2018-01-27 11:14:18 -05:00
Daniel J Walsh
3aa63b2b94
Remove conmon, get package from CRI-O
...
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
2018-01-27 06:48:20 +00:00
Daniel J Walsh
5770dc2640
Rename all references to kpod to podman
...
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
2017-12-18 16:46:05 +00:00
TomSweeneyRedHat
7f5aa42de0
Remove tutorial link from README.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes : #120
Approved by: rhatdan
2017-12-12 14:23:15 +00:00