Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.38 KB

Docker Compose Resources

Images

ubuntu:22.04 maybe have some issues, ex: ls, warning use latest

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