Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 336 Bytes

2024-docker-course

簡報: https://files.ntut.club/docker/slides.pdf

How to run docker compose examples:

docker compose up

press Ctrl-C to terminate

How to run Dockerfile examples:

Build

docker build -t \<img_name\> .

Run

docker run --rm \<img_name\>

press Ctrl-C to terminate