Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] CLI compatibility between Pouch and Docker #2827

Closed
CodeJuan opened this issue May 5, 2019 · 0 comments · Fixed by #3037
Closed

[bug] CLI compatibility between Pouch and Docker #2827

CodeJuan opened this issue May 5, 2019 · 0 comments · Fixed by #3037
Labels
kind/bug This is bug report for project

Comments

@CodeJuan
Copy link
Contributor

CodeJuan commented May 5, 2019

Ⅰ. Issue Description

I found some compatibility issues of CLI, for example pouch ps doesn't support --format flag.
So I am wondering if you could provide a document of CLI compatibility and the plan of fixing compatibility issues?

Ⅱ. Describe what happened

# ./bin/pouch ps   --format "table {{.ID}}\t{{.Mounts}}"
Error: unknown flag: --format

Ⅲ. Describe what you expected to happen

same output of docker

# docker ps   --format "table {{.ID}}\t{{.Mounts}}"
CONTAINER ID        MOUNTS
082e2761b8b4        /lib/modules

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • pouch version (use pouch version):
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@pouchrobot pouchrobot added the kind/bug This is bug report for project label May 5, 2019
@CodeJuan CodeJuan changed the title [bug] cli compatibility between Pouch and Docker [bug] CLI compatibility between Pouch and Docker May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is bug report for project
Projects
None yet
2 participants