Commit Graph

17 Commits

Author SHA1 Message Date
Kirill Shirinkin 2d822034f8 Rename bud to build, while keeping an alias for to bud.
Signed-off-by: Kirill Shirinkin <kirill@hey.com>
2021-08-25 17:56:58 +02:00
Daniel J Walsh cfe911a3f0
Change references from master to main
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-06-23 11:03:24 -04:00
João Geonizeli 0b26014111
inserts forgotten quotation mark
Signed-off-by: João Geonizeli <joao.geonizeli@gmail.com>
2020-11-29 11:18:40 -03:00
Daniel J Walsh a3f9c3c652
switch containers/libpod to containers/podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-07-13 17:21:55 -04:00
Jeff Ohrstrom 13121bee03 fix troubleshooting redirect instructions
Signed-off-by: Jeff Ohrstrom <johrstrom@hotmail.com>
2019-10-28 16:30:23 -04:00
TomSweeneyRedHat 21b914e84a Add overlayfs to fuse-overlayfs tip
This adds a note about replacing overlayfs with
fuse-overlayfs.  We've had a number of issues reported
about overlayfs not working in a rootless environment
and this will hopefully help.  Reference: #1745, #1720 and

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-08-05 09:06:23 -04:00
Ashley Cui 6e48b7fe0e Add rootless podman with NFS issue in documentation
Signed-off-by: Ashley Cui <ashleycui16@gmail.com>

Closes: #1661
Approved by: vrothberg
2019-07-02 08:55:34 +00:00
TomSweeneyRedHat 03f62479b3 Note configuration file requirements
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

We've had a couple of comments that the required configuration
files are not as documented as they should be.  Adding a note to
the install and troubleshooting guides to hopefully help.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #1306
Approved by: rhatdan
2019-02-01 01:53:57 +00:00
Daniel J Walsh ba012ddec6
Move buildah from projecatatomic/buildah to containers/buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-09-18 08:06:11 -04:00
W. Trevor King c74fe167ff new: Return image-pulling errors from resolveImage
Instead of throwing out the upstream error message, save it and return
it if we can't come up with a more-specific suggestion.  This makes
debugging easier [1].

Using multierror gives us both pretty formatting (when we print this
for the user) and programmatic access (for any callers that need to
inspect the constituent errors).  This is our first direct dependency
on multierror, but we've been vendoring it for a while now because
opencontainers/runtime-tools uses it for config validation.

The error message for the Bats pull is now:

  error creating build container: 1 error occurred:

  * Error determining manifest MIME type for docker://non-existent-registry.com/alpine:latest: pinging docker registry returned: Get https://non-existent-registry.com/v2/: dial tcp: lookup non-existent-registry.com on 172.16.69.5:53: no such host

[1]: https://github.com/projectatomic/buildah/issues/849

Signed-off-by: W. Trevor King <wking@tremily.us>

Closes: #1014
Approved by: rhatdan
2018-09-14 18:41:39 +00:00
Daniel J Walsh e8c123cc03 Change references to projectatomic/libpod to containers/libpod
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #928
Approved by: umohnani8
2018-08-15 20:13:50 +00:00
Daniel J Walsh 0143a4428b Add information about the configuration files to the install docs
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #811
Approved by: TomSweeneyRedHat
2018-06-22 18:38:06 +00:00
TomSweeneyRedHat 2441ff4f9f Add tilde info for push to troubleshooting
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #805
Approved by: rhatdan
2018-06-20 15:34:47 +00:00
TomSweeneyRedHat 417908009b Add console syntax highlighting to troubleshooting page
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #713
Approved by: rhatdan
2018-05-21 18:28:27 +00:00
TomSweeneyRedHat 3fb625dc78 Update troubleshooting with new run workaround
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #683
Approved by: rhatdan
2018-05-16 13:30:37 +00:00
TomSweeneyRedHat 6421399ae1 Add tls-verification to troubleshooting
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #586
Approved by: umohnani8
2018-04-16 16:42:10 +00:00
TomSweeneyRedHat 78b0a37293 Change image time to locale, add troubleshooting.md, add logo to other mds
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #544
Approved by: rhatdan
2018-03-30 11:41:45 +00:00