summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Bump current version in READMEMatthew Heon2019-07-02
| | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Add some missing periods to the readmeMatthew Heon2019-06-20
| | | | Signed-off-by: Matthew Heon <mheon@redhat.com>
* Minor roadmap adjustment in READMEMatthew Heon2019-06-19
| | | | Signed-off-by: Matthew Heon <mheon@redhat.com>
* Update 1.4.0 release notes with ID -> Id in inspectMatthew Heon2019-06-13
| | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Small fix to readme to force tests to runMatthew Heon2019-05-31
| | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Fixup conmon documentationPeter Hunt2019-05-18
| | | | Signed-off-by: Peter Hunt <pehunt@redhat.com>
* Merge pull request #2844 from haircommander/cri-o-updateOpenShift Merge Robot2019-05-17
|\ | | | | move to cri-o/cri-o and build with containers/conmon
| * s|kubernetes-sigs/cri-o|cri-o/cri-o|gPeter Hunt2019-05-17
| | | | | | | | Signed-off-by: Peter Hunt <pehunt@redhat.com>
* | Fix a typo in release notes, and bump README versionMatthew Heon2019-05-17
|/ | | | Signed-off-by: Matthew Heon <mheon@redhat.com>
* Minor capitalization fix in ReadmeMatthew Heon2019-05-15
| | | | | | Need this to re-trigger CI Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Add details on rootless Podman to the readmeMatthew Heon2019-04-29
| | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* point to 3rd party tools for `docker-compose` formatalsadi2019-04-25
| | | | Signed-off-by: alsadi <alsadi@gmail.com>
* Fix README.md -> rootless.md linkDaniel J Walsh2019-04-11
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Document shortcomings with rootless podmanDaniel J Walsh2019-04-05
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Update README with current versionMatthew Heon2019-03-31
| | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* 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>
* podman remote-client readmebaude2019-02-26
| | | | | | addition of a remote-client readme. Signed-off-by: baude <bbaude@redhat.com>
* README: refine "Out of scope" sectionValentin Rothberg2019-02-26
| | | | | | | | | | | | 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>
* Merge pull request #2428 from vrothberg/docker-compose-out-of-scopeOpenShift Merge Robot2019-02-26
|\ | | | | README: update "out of scope" section
| * README: update "out of scope" sectionValentin Rothberg2019-02-25
| | | | | | | | | | | | | | Also mention that Podman does/will not support `docker-compose`. Fixes: https://github.com/containers/libpod/issues/746#issuecomment-467011211 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* | README.md: rephrase Buildah descriptionValentin Rothberg2019-02-25
|/ | | | | | | | | 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>
* Merge pull request #2237 from fulldecent/patch-1OpenShift Merge Robot2019-02-06
|\ | | | | Mention officially supported OSes, fixes #2208
| * Mention OSes that pass the buildWilliam Entriken2019-02-06
| | | | | | | | Signed-off-by: William Entriken <github.com@phor.net>
* | add Pod Manager ReferencesDaniel J Walsh2019-01-31
|/ | | | | | | Just to clarify where the name came from. We also now manage volumes so add that to the description. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Update README for v1.0.0Matthew Heon2019-01-16
| | | | | | | Also bump gitvalidation epoch - we usually do this every release, but v1.0.0 is on a branch so we need a separate commit for master Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Trivial readme updatesMatthew Heon2019-01-10
| | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Change all 'can not' to 'cannot' for proper usageDaniel J Walsh2018-12-21
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Fix documentation links and flowChris Evich2018-12-12
| | | | Signed-off-by: Chris Evich <cevich@redhat.com>
* Update release notes for 0.12.1Matthew Heon2018-12-06
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Add release notes for 0.11.1.1Matthew Heon2018-11-15
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Cirrus: Add master branch testing status badgeChris Evich2018-11-14
| | | | | | | | | | | | | | | Engineers get testing status via their PR's but another round of testing happens post-merge, without any direct feedback. Fix this in a small way, by adding a dynamic status badge on the front-page. If this turns red, it means Cirrus-CI testing of the master branch failed for some reason. Nearly always it's something harmless, but once and a while, this catches really nasty problems caused by merge-sequence issues. Having that feedback on the front page ensures the right people will eventually get called into action. Signed-off-by: Chris Evich <cevich@redhat.com>
* Update release notes for 0.10.1.3Matthew Heon2018-10-17
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Update release notes for 0.10.1.2Matthew Heon2018-10-17
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Update release notes for 0.10.1.1Matthew Heon2018-10-16
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* added links to buildah.io and podman.io to README.mdjtligon2018-10-05
| | | | Signed-off-by: jtligon <jligon@redhat.com>
* Add podman.io to README.mdTomSweeneyRedHat2018-09-29
| | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Update release notes for 0.9.3.1Matthew Heon2018-09-25
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Update release notes for 0.9.3Matthew Heon2018-09-21
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Vendor in latest containers/buildahDaniel J Walsh2018-09-18
| | | | | | Switch from projectatomic/buildah to containers/buildah Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Update release notes for 0.9.2.1Matthew Heon2018-09-17
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Update release notes for 0.9.2Matthew Heon2018-09-14
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Update README to reflect current development effortsMatthew Heon2018-09-14
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Add Buildah Podman relationship to README.mdTomSweeneyRedHat2018-09-13
| | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* Add notes to check version on problemTomSweeneyRedHat2018-09-13
| | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1462 Approved by: rhatdan
* Change references to cri-o to point at new repositoryDaniel J Walsh2018-09-07
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1425 Approved by: mheon
* Add release notesMatthew Heon2018-08-24
| | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* point to containers/skopeoMicah Abbott2018-08-18
| | | | | | | Signed-off-by: Micah Abbott <miabbott@redhat.com> Closes: #1300 Approved by: mheon
* Add Troubleshooting guideTomSweeneyRedHat2018-05-17
| | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #793 Approved by: mheon
* Touch up logo linksTomSweeneyRedHat2018-05-15
| | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #771 Approved by: mheon
* Add the Podman LogoTomSweeneyRedHat2018-05-15
| | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #769 Approved by: rhatdan