Loading...
アイコン

JasCloudTech

チャンネル登録者数 7760人

753 回視聴 ・ 11いいね ・ 2024/01/09に公開済み

Part 1
Docker is a platform that enables developers to automate the deployment of applications inside lightweight, portable containers.
Containers are a form of virtualization that allows applications to run in isolation, ensuring consistency across different environments.
Downloads
docs.docker.com/desktop/install/windows-install/
code.visualstudio.com/
Using Visual Studio Code
Add a Dockerfile file
Using the VS Code , add a new Dockerfile by opening the Command Palette from the View menu.
Type *Docker Add* and select **Docker Add Docker Files to Workspace**.

Build the image using Code

Open the Command Palette again and issue a **Docker Build**. .

Run an instance using Code

Open the Command Palette again and issue a **Docker Run**.

Point your browser to http://localhost:port no

コメント

コメントを取得中...

コントロール
設定

使用したサーバー: watawata37