回答編集履歴

1

Fix command

2020/07/11 19:36

投稿

y_shinoda
y_shinoda

スコア3272

test CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  ```console
18
18
 
19
- winpty docker exec container_name bash
19
+ winpty docker exec -it container_name bash
20
20
 
21
21
  ```