Gybernaty Asked:2020-03-20 08:52:33 +0000 UTC2020-03-20 08:52:33 +0000 UTC 2020-03-20 08:52:33 +0000 UTC 如何从本地终端更改位于 Docker 容器中的文件 772 按类型:ssh user@host echo 123 >> 1.txt仅在 docker 中。怎么做? linux 1 个回答 Voted Best Answer gbg 2020-03-20T12:03:16Z2020-03-20T12:03:16Z docker exec [container] sh -c 'echo 123 >> 1.txt'
1 个回答