podman/pkg/api/handlers/libpod
Daniel J Walsh 0785d6af15
Handle single character images
Currently you can only specify multiple character for image names
when executing podman-remote commit

podman-remote commit a b
Will complete, but will save the image without a name.

podman-remote commit a bb
Works.

This PR fixes and now returns an error if the user doees not specify an
image name to commit to.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-07-30 17:42:15 -04:00
..
containers.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
containers_create.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
copy.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
generate.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
healthcheck.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
images.go Handle single character images 2020-07-30 17:42:15 -04:00
info.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
manifests.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
networks.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
play.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pods.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
swagger.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
system.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volumes.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00