Matthew Heon
38b028710e
Update README to reflect that v2.0.0 has been released
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-06-19 15:56:08 -04:00
Daniel J Walsh
9f07eff1a4
Get MAC, Windows and Linux podman-remote from latest version links.
...
The links to latest windows and MAC versions are broken, and snapd version is i
out of date. Users should just go to release and grab packages from there.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-19 08:59:14 -04:00
Matthew Heon
38a772e82c
Update release notes and version on master
...
We released v1.9.2 on the v1.9 branch, so bring the release notes
and readme up to date.
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-05-13 15:58:25 -04:00
Sascha Grunert
c21258b70e
Add podman static build
...
We’re now able to build a static podman binary based on a custom nix
derivation. This is integrated in cirrus as well, whereas a later target
would be to provide a self-contained static binary bundle which can be
installed on any Linux x64-bit system.
Fixes: https://github.com/containers/libpod/issues/1399
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-11 13:11:07 +02:00
Matthew Heon
753e0d8fbf
Update the Podman readme
...
I noticed a large number of searches for Varlink on the Github
page, and that the readme still called it out as our only
supported API. This updates the readme to remove links to Varlink
API documentation, and points to docs for the new HTTP API.
I also updated other parts to reflect the current direction the
project is taking (Podman v2 and the HTTP API).
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-05-08 14:06:47 -04:00
Matthew Heon
af0d99f942
Update release notes and README for 1.9.1 release
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-04-28 18:08:59 -04:00
Matthew Heon
d522755b51
Update README to reflect that latest version is v1.9.0
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-04-15 11:59:59 -04:00
Dmitry Savintsev
e95a6d315b
update the latest version to 1.8.2
...
Signed-off-by: Dmitry Savintsev <dsavints@gmail.com>
2020-04-08 17:14:23 +02:00
TomSweeneyRedHat
688e858740
Touch up mailing list address in README.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2020-03-31 15:02:39 -04:00
Matthew Heon
29c071d4f7
Update version in README to v1.8.1
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-03-11 12:47:31 -04:00
Valentin Rothberg
f8443eb83a
README: fix docs links
...
Fix : #5106
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-02-13 14:28:58 +01:00
Matthew Heon
562d3b09d0
Update readme to 1.8.0 release
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-02-07 09:16:13 -05:00
Sascha Grunert
d780c0a23c
Update README.md to reference latest version
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-23 09:15:22 +01:00
Dmitry Smirnov
8d928d525f
codespell: spelling corrections
...
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2019-11-13 08:15:00 +11:00
Matthew Heon
23058842f2
Bump version in README to v1.6.3
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-11-04 16:07:00 -05:00
Stephen Piccolo
d7a8310380
Update link to Commands documentation
...
The previous link pointed to the Markdown file, but the links are broken on that page. This pull request points to the actual documentation.
Grabbed from @srp33 PR https://github.com/containers/libpod/pull/4407 to help the merge process.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-11-01 16:38:18 -04:00
OpenShift Merge Robot
2793ec29c6
Merge pull request #4292 from mheon/bump-1.6.2
...
Bump to v1.6.2
Signed-off-by: cnbattle <qiaicn@gmail.com>
2019-10-18 21:55:16 +08:00
OpenShift Merge Robot
bd08fc0e9b
Merge pull request #4180 from cevich/update_download_links
...
Docs: Update links, add links to latest
2019-10-04 08:55:50 -07:00
Chris Evich
980291d0c1
Docs: Update links, add links to latest
...
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-10-03 15:18:38 -04:00
Matthew Heon
6a540bd3ba
Podman 1.6.0 has been released, update the README
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-10-02 13:09:50 -04:00
Matthew Heon
080abfd222
Add README note about security reporting process.
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-09-26 13:04:55 -04:00
Valentin Rothberg
fd8570befa
README: add Communications section
...
Add a `Communications` section to the README to make it more
approachable for new users who want to reach the community and
maintainers.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-09-25 13:49:18 +02:00
TomSweeneyRedHat
9f84d2ee27
Move rootless and Mac to Tutorials page
...
As the title says.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-09-19 19:26:32 -04:00
Daniel J Walsh
f25f2ccbea
Fixup README.md to give proper information
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-09-05 14:44:44 -04:00
Chris Evich
370b1a887c
Cirrus: Reimplement release archive + upload
...
The initial implementation was far more complicated than necessary.
Strip out the complexities in favor of a simpler and more direct
approach.
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-08-28 11:54:06 -04:00
Chris Evich
8e46106f42
Readme: Links for automatic binary releases
...
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-08-28 11:53:34 -04:00
TomSweeneyRedHat
4616452d69
Touchup README with Buildah build usage
...
Adding the verbiage from the Buildah README.MD
to Podmans. Original PR by @vrothberg at:
https://github.com/containers/buildah/pull/1801/files
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-08-20 09:33:15 -04:00
OpenShift Merge Robot
e74957234a
Merge pull request #3699 from fiws/patch-1
...
add godoc link to readme
2019-08-08 22:52:03 +02:00
Filip Weiss
21cf37d0d5
add godoc link to readme
...
Signed-off-by: Filip Weiss <me@fiws.net>
2019-08-02 13:31:18 +02:00
TomSweeneyRedHat
5779e89809
Touch up XDG, add rootless links
...
Touch up a number of formating issues for XDG_RUNTIME_DIRS in a number
of man pages. Make use of the XDG_CONFIG_HOME environment variable
in a rootless environment if available, or set it if not.
Also added a number of links to the Rootless Podman config page and
added the location of the auth.json files to that doc.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-07-29 11:29:41 -04:00
Matthew Heon
241c643e77
Bump current version in README
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-07-02 19:55:06 -04:00
Matthew Heon
9aeba12d61
Add some missing periods to the readme
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-06-20 19:56:57 -04:00
Matthew Heon
b015c9560a
Minor roadmap adjustment in README
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-06-19 10:42:42 -04:00
Matthew Heon
861a3b84a3
Update 1.4.0 release notes with ID -> Id in inspect
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-06-13 12:47:57 -04:00
Matthew Heon
a01349373a
Small fix to readme to force tests to run
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-05-31 11:59:50 -04:00
Peter Hunt
900dd3e633
Fixup conmon documentation
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-05-18 19:33:12 -04:00
OpenShift Merge Robot
00ecbfc131
Merge pull request #2844 from haircommander/cri-o-update
...
move to cri-o/cri-o and build with containers/conmon
2019-05-17 21:49:10 +02:00
Matthew Heon
4b2d743d53
Fix a typo in release notes, and bump README version
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-05-17 11:16:10 -04:00
Peter Hunt
38333970ba
s|kubernetes-sigs/cri-o|cri-o/cri-o|g
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-05-17 11:10:09 -04:00
Matthew Heon
29e4271c6c
Minor capitalization fix in Readme
...
Need this to re-trigger CI
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-05-15 14:05:20 -04:00
Matthew Heon
6e3f300fd3
Add details on rootless Podman to the readme
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-04-29 17:16:36 -04:00
alsadi
c17b931a79
point to 3rd party tools for `docker-compose` format
...
Signed-off-by: alsadi <alsadi@gmail.com>
2019-04-25 11:42:50 +03:00
Daniel J Walsh
095d5c05a4
Fix README.md -> rootless.md link
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-04-11 14:51:59 -04:00
Daniel J Walsh
a5c4fcb022
Document shortcomings with rootless podman
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-04-05 08:10:47 -04:00
Matthew Heon
bb2b6a1ad4
Update README with current version
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-03-31 11:47:53 -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
baude
4848aae587
podman remote-client readme
...
addition of a remote-client readme.
Signed-off-by: baude <bbaude@redhat.com>
2019-02-26 10:03:16 -06:00
Valentin Rothberg
2ce8a1c890
README: refine "Out of scope" section
...
Based on user feedback, refine the "Out of scope" section regarding
`docker-compose`:
* Explain why Podman uses Kubernetes YAML.
* Explain how `podman-play-kube` and `podman-generate-kube` fit into the
picture.
Addresses: https://github.com/containers/libpod/pull/2428#discussion_r259996507
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-02-26 15:02:40 +01:00
OpenShift Merge Robot
05450f3162
Merge pull request #2428 from vrothberg/docker-compose-out-of-scope
...
README: update "out of scope" section
2019-02-26 10:38:04 +01:00
Valentin Rothberg
5d9c34d97c
README.md: rephrase Buildah description
...
Rephrase the description of Buildah to make some core attributes
(e.g., rootless, Dockerfile-less build, etc.) more obvious.
Addresses: [#1349 (comment)](https://github.com/containers/buildah/issues/1349#issuecomment-466096550 )
Cherry-pick-from: https://github.com/containers/buildah/pull/1362
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-02-25 18:26:00 +01:00