Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 502 Bytes

File metadata and controls

41 lines (26 loc) · 502 Bytes

Usage

Build

Build the docker container with the given PLATFORM the given the IMAGE_NAME

make build
Run

Build the image with the given PLATFORM, IMAGE_NAME, delete the previous container, and start a new one

make run
Start Container

Start the already built container

make start
Delete Container

Delete the previous existing container

make clean
Stop Container

Stop the existing container

make stop