Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 383 Bytes

Makefile

Rules Description
all Create and run Docker containers and images.
stop Stop running Docker containers.
start Start stopped Docker containers.
clean Terminate created Docker containers.
fclean Remove all created Docker containers and images.
re Recreate Docker containers and images after removing them.