LoginSignup
0
0

More than 1 year has passed since last update.

仮想マシンやコンテナの練習をするための環境つくり試行

Last updated at Posted at 2022-09-05

はじめに

Linux 環境で仮想マシンやコンテナの練習をするための環境つくりを試行しましたので記録しておきます。
Raspberry Pi ×
AWS Lightsail ×
WSL2 〇

Raspberry Pi での試行

Raspberry Pi Imager から Ubuntu Server 22.04 LTS をインストールしました。

image.png

cat /etc/os-release

CPUがKVM仮想マシンに対応していませんでした。
image.png

AWS Lightsail での試行

AWSクラウド環境でコストがかからないもので試してみました。

image.png

CPUがKVM仮想マシンに対応していませんでした。
image.png

WSL2 での試行1

実施したWinddowsの環境

OS:Windows 11 Home 64 ビット オペレーティング システム
CPU:Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz 1.80 GHz
RAM:16.0 GB

Microsoft Store から Ubuntu 22.04.1 LTS を入手してインストール

image.png

GitHubからCentOS8 を入手してインストール

image.png

image.png

image.png

Ubuntuの場合

image.png

$ lscpu | grep Virtualization
Virtualization:                  VT-x
Virtualization type:             full

CPUがKVM仮想マシンに対応していることを確認できました。

CentOSの場合

image.png

$ lscpu | grep Virtualization
Virtualization:                  VT-x
Virtualization type:             full

CPUがKVM仮想マシンに対応していることを確認できました。

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