Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 383 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 383 Bytes

container compose

containerfile

docker build -t xxx .

run

docker run -it xxx

compose

  1. cd to service dir
  2. docker compose up -d to start service
  3. docker compose down to stop service

notice

  • ./data is service data stored locally, which is added to .gitirnore
  • .env

podman

podman machine init
podman machine start
podman info