mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
It was confusing to me as a first-time user that my docker attach command failed; I was expecting the container to run continuously, and when I couldn't attach to it, I assumed something was wrong. ps -a shows that the container still exists, which gives the user confidence to go to the next step. Upstream-commit: 529ee848da1f1dd4b628c3396289b4bcffdbd540 Component: engine