問題タブ [docker-entrypoint]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - シェルを介して実行されるエントリポイントの exec フォーム
Windows ベースの Docker イメージを構築しています。
基本イメージは、シェルをPowershell
次のように設定します。
私の理解では、ENTRYPOINT
命令の exec 形式を使用すると、コマンドはシェルなしで実行されます。ただし、コンテナーを作成すると、次のエラーで失敗します。
停止したコンテナーを調べると、実行されたコマンドがシェル経由であることがわかります。
ここで何か誤解していますか?