microsoft / Docker-PowerShell

PowerShell Module for Docker
MIT License
289 stars 87 forks source link

Fixing Start-Container -Attach to respect TTY #156

Closed swernli closed 8 years ago

swernli commented 8 years ago

This matches the behavior of the docker client, where TTY is queried from the container config.

jterry75 commented 8 years ago

LGMT