Skip to Content
図解まるわかり 仮想化のしくみ
book

図解まるわかり 仮想化のしくみ

by 鈴木 健治, 宗村 拓実, 丸山 勝康, 欧 肖
May 2024
Intermediate
248 pages
6h 59m
Japanese
Shōeisha
Content preview from 図解まるわかり 仮想化のしくみ
150
8-5
VagrantとDockerを利用した
IaCでの仮想サーバーコントロール
Vagrant、Docker
 IaCツールとして、Vagrant Docker がよく利用されます。Vagrant
は、仮想サーバーを簡単に構築・管理できるツールです。Docker は、
プリケーションやその依存関係をコンテナとして包み込むプラットフォー
です。再現性のある環境を構築できるのが共通点です8-10)
 仮想サーバーをVagrant で構築する手順は次の通りです 8-11)
プロジェクトのルートディレクトリにVagrantfi leを作成する
プロバイダやベースボックスをVagrantfi leで定義する
プロビジョニングスクリプトを指定する
ルートディレクトリに移動し、vagrant upコマンドを実行すると
仮想サーバーが自動で起動し、プロビジョニングされる
 仮想サーバーをDocker で構築する手順は次の通りです 8-12)
ルートディレクトリに Dockerfileを作成し、コンテナのビルド手順を
定義する
アプリケーションの設定や依存ライブラリのインストール手順を
Dockerfileに記述する
ルートディレクトリに移動し、下記のコマンドを実行してDockerイ
メージのビルドとコンテナの起動を行う
  
docker build -t {作成するイメージの名前 }
  
docker run -d –name {コンテナ名 } -it { イメージ名}
Vagrant ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

図解まるわかり 電池のしくみ

図解まるわかり 電池のしくみ

中村 のぶ子
エンジニアが学ぶ会計システムの「知識」と「技術」

エンジニアが学ぶ会計システムの「知識」と「技術」

広川 敬祐, 五島 伸二, 小田 恭彦, 大塚 晃, 川勝 健司

Publisher Resources

ISBN: 9784798187068