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

"docker: 'manifest' is not a docker command.' #928

Closed
Drillan767 opened this issue Mar 7, 2018 · 1 comment
Closed

"docker: 'manifest' is not a docker command.' #928

Drillan767 opened this issue Mar 7, 2018 · 1 comment

Comments

@Drillan767
Copy link

Drillan767 commented Mar 7, 2018

Description

I can't create a manifest file from the docker command line

Steps to reproduce the issue:

  1. 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

Output of docker version:

Docker version 17.12.1-ce, build 7390fc6

Output of docker info:

Containers: 21
 Running: 0
 Paused: 0
 Stopped: 21
Images: 10
Server Version: 17.12.1-ce
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 9b55aab90508bd389d7654c4baf173a981477d55
runc version: 9f9c96235cc97674e935002fc3d78361b696a69e
init version: 949e6fa
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.13.0-36-generic
Operating System: Ubuntu 17.10
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 15.6GiB
Name: jaeger-870-023nf
ID: RQWN:PVKL:ZU6K:C374:ZMX3:JMTW:SZQ3:QFG3:4SU2:LWX7:2FCY:TPKE
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Username: jaeger767
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support

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

@dnephin
Copy link
Contributor

dnephin commented Mar 7, 2018

It was added in 18.02 (#138), you're running 17.12.

@dnephin dnephin closed this as completed Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants