Categorygithub.com/tkhs-0114/docker_test
module
0.0.0-20240616095128-21b9d698b4f7
Repository: https://github.com/tkhs-0114/docker_test.git
Documentation: pkg.go.dev

# README

Docker_test

Docker勉強用リポジトリ

Dockerの基本コマンド

Dockerの初回起動

docker compose up --build

"--build"オプションを付けることによりDockerイメージからコンテナを作成する。

二回目以降の起動

docker compose down

コンテナの停止と削除を同時に行う。

# Packages

No description provided by the author