mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
Adding `-it` on a "detached" (`-d`) container is needed if the container's main process expects a TTY attached to keep running. It's not needed for a redis container, so we can remove it here Signed-off-by: Sebastiaan van Stijn <github@gone.nl>