LoginSignup
0
0

More than 1 year has passed since last update.

動画でDockerを学ぶ

Last updated at Posted at 2023-02-13

動画でDockerを学ぶ

理由・背景

実務で少し使ったので・・・少しDockerを学ぼと思います。
方法としては動画を見てチェックです。
Docker Composeは必須だと思います。
コードは記録しておきたいなと思います。

公式

Docker Tutorial for Beginners

シラバス

TABLE OF CONTENT
0:00:00 Introduction
0:00:57 Prerequisites
0:01:40 How to Take This Course
0:02:26 Getting Started with Docker
0:03:10 What is Docker?
0:06:25 Virtual Machines vs Containers
0:09:39 Docker Architecture
0:11:54 Installing Docker
0:15:29 Development Workflow
0:17:45 Docker in Action
0:27:54 The Linux Command Line
0:28:47 Linux Distributions
0:29:49 Running Linux
0:35:01 Managing Packages
0:38:35 Linux File System
0:40:33 Navigating the File System
0:44:53 Manipulating Files and Directories
0:48:20 Editing and Viewing Files
0:52:15 Redirection

用語

ハイパーバイザー:仮想マシン (VM) を作成および実行するソフトウェアです。
Dockerfile:設定ファイル
リダイレクト:UNIXのシェル、MS-DOSのコマンドプロンプトなどで、標準の入出力先を別の入出力先に変更することである。

Take Away

docker version
docker compose up -d
docker-compose down --rmi all --volumes
docker image ls
docker ps
◼︎ nano
Ctrl + X → Exit
Everything is a file?

所感 まとまらなかった。良心的な方ではないかと思います。

Docker Compose Tutorial

シラバス

0:00 Intro
0:27 Running Multi-container Apps (intro)
1:16 Installing Docker Compose
2:30 Cleaning Up our Workspace (delete containers and images)
5:39 The Sample Web Application
8:50 JSON and YAML Formats
13:00 Creating a Compose File
21:58 Building Images
25:38 Starting and Stopping the Application
27:49 Docker Networking

用語

docker-compose.yml

Take Away

docker-compose -v

所感 

クイックで見る分にはいいのかな?
公式ちゃんと見ないとね。

Maven

###Take Away
%ユーザのホームフォルダ%/.m2/repository
→ 忘れがちだけど・・・・
◼︎良さげな資料
https://maven3.kengo-toda.jp/

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