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
ref: Makefile
make all [tag=latest]
make build [tag=latest]
make push [tag=latest]
make run [tag=latest]
make | make list