美文网首页
Docker安装:CentOS6.8

Docker安装:CentOS6.8

作者: with_prototype | 来源:发表于2017-07-27 12:34 被阅读0次

    原文参考:http://www.cnblogs.com/baolong/p/5743420.html

    一、 查看系统版本

    uname -a
    cat /etc/redhat-release
    

    二、安装EPEL

    rpm -Uvh http://ftp.riken.jp/Linux/fedora/epel/6Server/x86_64/epel-release-6-8.noarch.rpm
    

    三、安装Docker

    yum install -y docker-io
    

    四、开机自启动与启动Docker

    service docker start
    chkconfig docker on
    

    相关文章

      网友评论

          本文标题:Docker安装:CentOS6.8

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