用PE安装Windows系统 认识PE系统 Windows Preinstallation Environment(Windows PE),Windows预安装环境,是带有有限服务的最小Win32子系统,基于以保护模式运行的Windows XP Professional及以上内核.它包括运行Windows安装程序及脚本.连接网络共享.自动化基本过程以及执行硬件验证所需的最小功能. Windows PE含有Windows XP.Windows Server 2003.Windows Vista.W
先看一下Docker官网提示:In general, you'll want to start with a working machine that is running the distribution you'd like to package as a parent image. 意思是你制作镜像的机器运行的系统版本要与你要制作的镜像的系统版本相同. 1.安装debootstrap # aptitude update # aptitude install -y debootstrap 2