Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 235 Bytes

docker.md

File metadata and controls

5 lines (3 loc) · 235 Bytes

copy from container to host pc: docker cp :/file/path/within/container /host/path/target

build image before starting container: docker compose up --build

create and start container: docker compose up --build