What does docker run -itd --name demo alpine prepare?
docker run -itd --name demo alpine
A named Alpine container running detached with interactive input and a terminal allocated
A non-interactive foreground batch job
A container that is deleted immediately
Only a new image named demo
demo