0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

はじめに

QiitaEnginieerFestaの取り組みが面白そうなので、記事の連投に挑戦しようと思いました。
何を書こうかなと考えたところ、エンジニアであるのにdockerを触ったことがなかったので、記録として記事に残しながら触ってみます。

dockerをinstall

  1. dockerの公式のdocumentにアクセス
    https://docs.docker.com/guides/getting-started/get-docker-desktop/
  2. 私のパソコンはwindowsなので図中赤丸を選択1.PNG
  3. installerを実行。パスやオプションの選択などはなく(shortcut追加するか否かだけ)、5分ぐらいで動作が終了→再起動
  4. 再起動後、謎のポップアップが出てきますが、お金を払いたくないのでclose2.PNG
  5. コマンドプロンプトを起動し、試しに"docker -h"とたたきます。うまくいったぽい3.PNG
  6. documentに記載されている'docker: error during connect: this error may indicate that the docker daemon is not running'をたたく。エラーを吐く4.PNG
  7. https://qiita.com/Ooooooomin_365/items/1cea81eccc22b6bcdbb8 に従い、DockerDesktopを起動
  8. DockerDesktopを起動すると、先に述べたポップアップが出現。どうやらAcceptしないと先に進めなさそうなのでAccept
  9. 初心者なのでrecommended settingを選択5.PNG
  10. sing-inはしません6.PNG
  11. surveyをskip7.PNG
  12. 謎のエラーに阻まれる
    8.PNG
  13. https://forums.docker.com/t/an-unexpected-error-was-encountered-while-executing-a-wsl-command/137525/15 によるとBIOSのSVMが有効になってないのが問題っぽい?
  14. BIOSに入りAdvancedCPUSettingのSVMをdisavled->Enabledに
  15. 起動した9.PNG
  16. 再度'docker run -d -p 8080:80 docker/welcome-to-docker'を実行
    10.PNG
    1.出てきた11.PNG
    1.DockerDesktopにさっきたてた?dockerが追加されている
    12.PNG

つかれたので今日はここまで。明日は次のページをやる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?