Docker不是一个用来安装Linux系统的工具,而是一个开源的应用容器引擎,可以方便的打包、分发和运行应用程序。
如果想要在Docker中创建一个Linux环境的镜像,可以按照以下步骤进行操作:
- 下载并安装Docker
- 验证Docker是否安装成功:
docker run hello-world
- 运行以下命令:
#启动一个新的Ubuntu 20.04 LTS实例,并进入bash shell #docker run -it ubuntu:20.04 bash # 拉取镜像 #docker pull ubuntu:latest # 启动一个新的Ubuntu容器,并进入其终端 docker run -it ubuntu:latest /bin/bash # 拉取镜像 #docker pull centos #docker run -it centos /bash/bin
- 更新软件包列表并安装Linux内核
apt-get update && apt-get install -y linux-image-generic
- 退出容器终端:
exit