Skip to content

liuyi585851/containerctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Container Control Tool

Based on runc

Usage

./containerctl <command> <parameters>

Command

create

pull image and create a container

create -n(*) <container_name> -i(*) <image_name> -t <image_tag(default=latest)>

start

start a stopped container

start -n(*) <container_name>

stop

stop a running container

stop -n(*) <container_name>

list

list all the containers created and their status

delete

remove a container

delete -n(*) <container_name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages