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.
docker を介してメッセージをファイルとして渡し、docker シェルで実行する方法はありますか?
たとえば、x = "print 12345" の場合、x の値を Python ファイルとして渡し、コンテナーにコピーできますか。次に、シェルを使用してこの python ファイルを実行しますか?