Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.21 KB

Docker Compose Resources

Warn

If you use alpine3.14+, maybe occur operation issues, pls check your docker, docker-compose or docker desktop version

Docker Engine version shall: 20.10.8+

Images

Scripts

ref: Makefile

  • build and push image: make all [tag=latest]
  • build image: make build [tag=latest]
  • push image: make push [tag=latest]
  • run container: make run [tag=latest]
  • list all tags: make | make list