所属类型: | GNU/Linux |
base on: | 独立 |
发布模型: | 固定发布 |
包管理器: | tce-* |
支持架构: | x86_64 、x86 、armv6 、armv7 |
官方主页: | http://www.tinycorelinux.net |
Docker在macOS和Windows上就用VirtualBox创建并启动了TinyCoreLinux
,让Docker镜像运行在TinyCoreLinux
中的。
TinyCoreLinux
提供了3
种镜像:
类型 | 大小 | 说明 |
---|---|---|
Core.iso | 11M | 只包含命令行工具 |
TinyCore.iso | 16M | 包含功能完全的FLTK 图形界面 |
CorePlus.iso | 106M | 这是安装镜像,包含了很多的工具 |
TinyCoreLinux
ISO
镜像下载地址:
step1、安装依赖
所有时 | Terminal + Shell + GNU CoreUtils |
下载时 | cURL |
解压时 | cpio、gzip |
运行时 | 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
运行效果如下: