Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
疑似 tty が必要で、コンテナに接続していなくても stdin を開いたままにします。ドッカーでは、これを使用できます:docker run -i -t ubuntu /bin/bash
docker run -i -t ubuntu /bin/bash
これを図で使用すると:
test: image: ubuntu:14.04 command: /bin/bash
その後、実行中の docker コンテナーに接続できません。何か案が?