Skip to content

pingpongpangpong/dockerize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.