-
Notifications
You must be signed in to change notification settings - Fork 944
Closed
Labels
kind/bugThis is bug report for projectThis is bug report for project
Description
Issue Description
Cannot create and run any new container with pouch-cli.
[root@xxx root]# pouch images
IMAGE ID IMAGE NAME SIZE
1669a6aa7350 docker.io/library/busybox:latest 710.74 KB
76017ed0df70 docker.io/library/redis:alpine 9.71 MB
[root@xxx root]# pouch run 1669a6aa7350
Error: failed to run container: {"message":"image: 1669a6aa7350:latest: not found"}
[root@xxx root]# pouch run docker.io/library/busybox:latest
Error: failed to run container: {"message":"image: docker.io/library/busybox:latest: not found"}Describe what happened:
After I've installed Pouch successfully, I was going to run a container as my first test.
Sadly, I could not run any containers up even though specified Image ID or Image name.
Describe what you expected to happen:
Successfully runs up a new container.
How to reproduce it (as minimally and precisely as possible):
- N/A
- N/A
- N/A
Anything else we need to know?:
Environment:
- pouch version (use
pouch version):
[root@xxx root]# pouch version
GitCommit:
GoVersion: go1.9.1
KernelVersion:
Os: linux
Version: 0.1.0
APIVersion: 1.24
Arch: amd64
BuildTime: 2018-01-26T17:31:23.109824404+08:00- OS (e.g. from /etc/os-release):
[root@xxx root]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"- Kernel (e.g.
uname -a):
Linux xxx 3.10.0-693.11.6.el7.x86_64 add travis.yml for CI #1 SMP Thu Jan 4 01:06:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux - Install tools: N/A
- Others: N/A
Metadata
Metadata
Labels
kind/bugThis is bug report for projectThis is bug report for project