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?

【個人的備忘】久しぶりにDocker入れてみた

Last updated at Posted at 2024-02-06

何年かぶりに真面目にDocker環境を作ったら、かなり浦島だったので、備忘。
(ちなみに今回あまり時間を掛けられないのでMarkDownは無視)
●環境
MBP(Intel)2018,MacOSX 11.6.4
VMwareFusionPlayer 13.5.0
Ubuntu20.04.6

1.Docker
Dockerはここで普通に入る
https://docs.docker.com/engine/install/ubuntu/
2.docker-compose
問題はdocker-compose
https://docs.docker.com/compose/install/
DockerDesktopを入れろというが、手順通りに進めて、いざアイコンから起動すると、エラーのウィンドゥが開くんですよ、曰く、
「Virtualisation support KVM is not enabled on host,see https://docs.docker.com/desktop/install/linux-install/#kvm-virtualization-support on how to configure it」
といわれる。
で、kvm-intelが無いんです。(あるけど無いOperation not supported)

DockerDesktopを入れるのが今回の目的ではないので、さっさとInstall Compose standaloneに進む。
https://docs.docker.com/compose/install/standalone/

以上です。

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?