Difference between revisions of "Docker run -d"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
  docker run ubuntu -d
+
  [[docker run]] ubuntu -d
 
  docker: Error response from daemon: failed to create shim task: [[OCI runtime]] create failed: [[runc]] create failed: unable to start container process: exec: "-d": executable file not found in $PATH: unknown.
 
  docker: Error response from daemon: failed to create shim task: [[OCI runtime]] create failed: [[runc]] create failed: unable to start container process: exec: "-d": executable file not found in $PATH: unknown.
 
  ERRO[0000] error waiting for container: [[context canceled]]
 
  ERRO[0000] error waiting for container: [[context canceled]]

Revision as of 08:30, 9 November 2022



docker run ubuntu -d
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-d": executable file not found in $PATH: unknown.
ERRO[0000] error waiting for container: context canceled


See also

Advertising: