17-Sail命令之rm
Usage: sail rm [flags] <repo>
Remove a sail container from the system.
This command allows for removing a single container
or all of the containers on a system with the -all flag.
sail rm flags:
--all Remove all sail containers.(false)
rm可以删除容器,--all参数可以删除所有容器。
18-Sail命令之shell
Usage: sail shell <repo>
shell drops you into the default shell of a repo container.
shell命令可以让你进入到容器的shell中。