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
- Run container by a command: docker run -e ‘ACCEPT-EULA=Y’ microsoft/mssql-server-windows-express
- Try to attach to this container by a command: docker attach 17eaf1fa2973
- But docker does not attach. Why ?