Docker does not attach to a container

Expected behavior

Docker should attach to a container

Actual behavior

Docker does not attach

Information

Docker just does not attach. 5 minutes left from command

Steps to reproduce the behavior

  1. Run container by a command: docker run -e ‘ACCEPT-EULA=Y’ microsoft/mssql-server-windows-express
  2. Try to attach to this container by a command: docker attach 17eaf1fa2973
  • But docker does not attach. Why ?