問題タブ [docker-command]
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.
docker - コンテナー プロセスを開始すると、"exec: \"/bin/sh\": stat /bin/sh: no such file or directory":
SCRATCH から centos 7 で Docker イメージを構築しようとしています。次の手順を実行しました。
これを実行した後、コマンド「docker build -t testsid -f ./dockerfile」でこの dockerfile をビルドしようとしました。
今、私は次のエラーが表示されます:
これに関して誰か提案があるかどうか教えてください。?
どんな入力も本当に役に立ちます。
ありがとうございました。
docker - Docker pull hello-world は作成の成功を示しますが、docker ps または docker ps -a を使用するとイメージが表示されません
docker ps/docker ps -a/docker ps -n 1 を使用しましたが、すべて最初の画像が表示されませんでした。しかし、 docker pull hello-world を使用した後、正常にインストールされたと言っています