美文网首页Docker
【Alpine Linux】用Vmware安装Alpine Li

【Alpine Linux】用Vmware安装Alpine Li

作者: Bogon | 来源:发表于2019-05-14 23:48 被阅读352次

    一、Alpine Linux 简要介绍

        Alpine 的意思是“高山的”,比如 Alpine plants高山植物,Alpine skiing高山滑雪、the alpine resort阿尔卑斯山胜地。

        Alpine Linux 网站首页注明:Small.Simple.Secure Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

    概括了以下特点:

    1、小巧:基于musl libc 和 busybox,和 busybox一样小巧,最小的Docker镜像只有5MB

    2、安全:面向安全的轻量发行版

    3、简单:提供APK包管理工具,软件的搜索、安装、删除、升级都非常方便。

    4、适合容器使用:由于小巧、功能完备,非常适合作为容器的基础镜像。

    二、Alpine Linux 的镜像下载

    Alpine Linux 官方下载地址:https://alpinelinux.org/downloads

    选择一个适合你的镜像,用浏览器下载

    三、用VMware安装Alpine Linux

    1.  创建vmware虚拟机,挂载下载的iso文件启动进入安装界面

      默认用户名为root,密码是空

    2.系统设置选择 

    如果为用默认值,回车进入下一步,下同。

    键盘布局:us

    主机名:localhost

    网卡名:eth0

    ip地址:dhcp

    root密码:123456

    时区:Asia/Shanghai

    3.image模式选择

    4.软件安装选择:openssh  chronyd 

    5.磁盘格式化

    根据虚拟机实际选择磁盘名

    6. 重启alpine linux

    # reboot  


    7. 开放ssh的root远程登录

    # echo "PermitRootLogin  yes"   >>  /etc/ssh/sshd_config

    # service sshd restart


    8. 远程登录操作系统



    四、参考


    安装Alpine Linux

    https://ncc0706.github.io/2018/02/08/install-alpine-linux

    Alpine Linux 使用简介

    https://blog.csdn.net/csdn_duomaomao/article/details/76152416

    Alpine Linux 配置使用技巧

    https://www.hi-linux.com/posts/64839.html

    Alpine Linux 安装

    https://liyin.date/2017/03/18/alpine-linux-setup

    相关文章

      网友评论

        本文标题:【Alpine Linux】用Vmware安装Alpine Li

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