makkimaki / exp_docker_env

0 stars 0 forks source link

.sshフォルダにコンテナ用のconfigファイルを追加する #3

Closed makkimaki closed 2 years ago

makkimaki commented 2 years ago

ad6f3f9 にてconfigファイルを追加ののち、コンテナ再ビルド完了。 コンテナ側からはまずpullして以下のように確認が求められた。

root@7ee9055fbd56:/work/nishika-image-search-work# git pull origin main
The authenticity of host 'github.com (140.82.114.3)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,140.82.114.3' (ECDSA) to the list of known hosts.
From github.com:makkimaki/nishika-image-search-work
 * branch            main       -> FETCH_HEAD
Already up to date.

pushも問題なく行えた。