私は私のプライベートドッカーハブにCloud FoundryのプライベートレポジトリからDockerイメージを展開するにはどうすればよいですか?
docker push bspartifact.artifactory.example.com/bspartifact:1.0
でローカルドッカーイメージを押しました。そのイメージをCloud Foundryにどのように配備できますか?レポは、ユーザー名とパスワードによる基本認証によって保護されます。ありがとう。
編集:
次のエラーで--docker-ユーザ名フラグの結果をしよう:CFのCLI 6.28.0以降を使用して
Staging...
Staging process started ...
Failed to talk to docker registry: Get https://bspartifact.artifactory.example.com/v2/: dial tcp 10.xx.xxx.xxx:443: getsockopt: connection refused
Failed to talk to docker registry: Get http://bspartifact.artifactory.example.com/v2/: dial tcp 10.xx.xxx.xxx:80: getsockopt: connection refused
レジストリメイトに「ドッカーログイン」しましたか? –
はい、私はしました。私も、以下の答えで述べたように--docker-usernameを試しました。 – user3080315
'docker -v'を表示 –