Category:Docker
(Redirected from Docker)
Repository
Run a Ubuntu OS in docker
- install docker pull ubuntu
- enter into system docker run -ti ubuntu bash
Alpine
- Alpine test - https://stackoverflow.com/questions/44803982/how-do-i-run-a-bash-script-in-an-alpine-docker-container
Ubuntu
- Install ubuntu on windows - docker pull ubuntu
- reference - https://blog.csdn.net/u010164190/article/details/80065555
- docker run -ti ubuntu bash
Repository: SDK
- ESP8266 - https://github.com/Edragon/Docker
Licheee Pi
- docker search licheepi #搜索镜像
- docker pull zepan/licheepi #下载镜像
- docker run zepan/licheepi apt-get install -y xxx #在镜像中执行命令,安装某软件
- docker commit -m="install something" -a="zepan" container_id zepan/licheepi
- docker login
- docker push zepan/licheepi
Document
- popular docker - https://hub.docker.com/
Other references
docker下各文件默认存放在/var/lib/docker下
du -h --max-depth=1 /var/lib/docker #查看docker目录大小
Pages in category "Docker"
The following 5 pages are in this category, out of 5 total.