简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
虚拟机ubuntu安装gitlab
环境 ubuntu 17安装步骤 1 curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash2 sudo apt-get install gitlab-ee(网速大部分很慢,运气好达到200k) 报错Unable
Docker更改容器端口映射
一般情况下是不可以改变容器的端口映射的,只有通过run命令指定。如果想要不改变容器内容和配置的情况下更改端口映射只有先停止,然后将容器打包成镜像,然后在运行新的镜像的时候指定新的端口映射。#先停止容器docker stop containerA#将容器commit成为一个镜像docker commit containerAnewImageB#运行容器docker run-p...
Docker报错: Default Boot2Docker ISO is out-of-date
安装完docker-machine后,新建docker-machine命令: docker-machine create -d virtualbox pydm, 手工下载了Boot2Docker.iso,错误信息为"Default Boot2Docker ISO is out-of-date, downloading the latest release",主要是更新boot2docker,因
docker容器中安装vi命令
#进入容器命令docker exec -it 9fbe362214a6(容器Id)/bin/bashapt-get updateapt-get install vim
到底了