You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't create a manifest file from the docker command line
Steps to reproduce the issue:
simply type "docker manifest" from the console
Describe the results you received:
When typing "docker manifest create" or just "docker manifest", I only get one result:
"docker: 'manifest' is not a docker command.'
Also, when typing "docker --help", 'manifest' doesn't show up
Well I don't know, I use Docker Hub, and my initial goal was to create an image so that it could be both compatible to AMD64 and ARM, but I'm new to Docker so I'm pretty much lost
The text was updated successfully, but these errors were encountered:
Description
I can't create a manifest file from the docker command line
Steps to reproduce the issue:
Describe the results you received:
When typing "docker manifest create" or just "docker manifest", I only get one result:
"docker: 'manifest' is not a docker command.'
Also, when typing "docker --help", 'manifest' doesn't show up
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Well I don't know, I use Docker Hub, and my initial goal was to create an image so that it could be both compatible to AMD64 and ARM, but I'm new to Docker so I'm pretty much lost
The text was updated successfully, but these errors were encountered: