DEV Community

Discussion on: Understanding Docker: part 22 – Debugging/Troubleshooting Docker

Collapse
 
slidenerd profile image
slidenerd

docker run -D xxx gives unknown shorthand flag: 'D' in -D

Collapse
 
aurelievache profile image
Aurélie Vache

Yes in fact it's docker -D xxx, so for example:

docker -D run debian:stable

sorry :)