Based on runc
./containerctl <command> <parameters>
pull image and create a container
create -n(*) <container_name> -i(*) <image_name> -t <image_tag(default=latest)>
start a stopped container
start -n(*) <container_name>
stop a running container
stop -n(*) <container_name>
list all the containers created and their status
remove a container
delete -n(*) <container_name>