TinyCoreLinux
1.1、TinyCoreLinux简介
所属类型:GNU/Linux
base on:独立
发布模型:固定发布
包管理器:tce-*
支持架构:x86_64x86armv6armv7
官方主页:http://www.tinycorelinux.net

DockermacOSWindows上就用VirtualBox创建并启动了TinyCoreLinux,让Docker镜像运行在TinyCoreLinux中的。

1.2、TinyCoreLinux ISO 镜像

TinyCoreLinux提供了3种镜像:

类型大小说明
Core.iso11M只包含命令行工具
TinyCore.iso16M包含功能完全的FLTK图形界面
CorePlus.iso106M这是安装镜像,包含了很多的工具

TinyCoreLinux ISO镜像下载地址:

1.3、TinyCoreLinux rootfs

step1、安装依赖

所有时Terminal + Shell + GNU CoreUtils
下载时cURL
解压时cpiogzip
运行时chroot

step2、创建TinyCoreLinux目录,并进入该目录

mkdir TinyCoreLinux && cd TinyCoreLinux

step3、使用curl命令下载TinyCoreLinux rootfs压缩包 (

curl -LO http://mirrors.163.com/tinycorelinux/10.x/x86_64/release/distribution_files/corepure64.gz

step4、使用gunzip解压TinyCoreLinux rootfs压缩包

gunzip corepure64.gz

step5、使用cpio解包

cpio -iF corepure64

step6、使用chroot切换根目录,并查看它的内容

chroot ~/TinyCoreLinux /bin/sh

运行效果如下: