美文网首页Sail中文文档
Sail中文文档:一个开发环境快速部署工具-17-Sail命令之

Sail中文文档:一个开发环境快速部署工具-17-Sail命令之

作者: 枫山别院 | 来源:发表于2019-08-22 15:49 被阅读0次

    欢迎访问我的博客,同步更新: 枫山别院

    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中。

    相关文章

      网友评论

        本文标题:Sail中文文档:一个开发环境快速部署工具-17-Sail命令之

        本文链接:https://www.haomeiwen.com/subject/pbnnsctx.html