推荐
专栏
教程
课程
飞鹅
本次共找到2307条
docker命令
相关的信息
Stella981
•
3年前
Docker 入门 4 容器端口映射 和 Nginx 部署
前言容器端口映射dockerrunPp(ip:hostPort:)containerPortit<image/bin/bash...Nginx部署dockerport<id/容器名
Stella981
•
3年前
Docker Compose 一键部署Nginx代理Tomcat集群
DockerCompose一键部署Nginx代理Tomcat集群目录结构root@localhost~treecompose_nginx_tomcat/compose_nginx_tomcat/├──dockercompose.yml├──mysql│ ├──
Stella981
•
3年前
Linux环境下用Docker搭建SQL SERVER开发环境
第一步:安装Dokcer见官方文档第二步:安装SQLSERVER镜像 sudodockerrune'ACCEPT_EULAY'e'SA_PASSWORDNvsq@12345'\p1444:1433namemssql\dmicrosoft/mssqlserverli
Stella981
•
3年前
Golang 开发环境搭建
Golang是Google发布的开发语言,Go编译的程序速度可以媲美C/C。安装sudoaptgetinstallgolangsudoaptgetinstallgolanggo.tools使用编译运行程序gorunmain.go查看命令文
Stella981
•
3年前
MAC ElasticSearch + Kibana 测试环境 Docker 安装 与 基本使用
_ElasticSearchKibana测试环境安装_dockerpullelasticsearch:7.9.0dockerpullkibana:7.9.0dockerrundp9200:9200p9300:9300e"discovery.typesinglenode"v/Users/val/Documen
Stella981
•
3年前
Docker(三)——应用部署(MySQL部署,Nginx部署,Redis部署)
一、MySQL部署1.拉取mysql5.7镜像dockerpullmysql:5.72.创建容器,启动mysql5.7(建议别用最新版本的mysql)dockerrunidnamemysql1p3306:3306eMYSQL_ROOT_PASSWORD123456mysql:5.7
Wesley13
•
3年前
ubuntu14.10server搭建git服务器成功记录
安装配置git1.安装git和openssh。在当前用户下执行如下命令安装git和openssh:sudoaptgetinstallgitcoreopensshserveropensshclientgitcore是git版本控制核心软件安装opensshserve
Wesley13
•
3年前
Ubuntu18.04使用docker构建不同深度学习环境
需求:很多时候我们在GitHub找到的一些深度学习代码,由于环境依赖等原因无法跑通,比如基于tf编写的代码库,由于tf各版本API变得非常大(大坑),要想复现最简单的办法是配置和作者相同的tf环境,相应带来的麻烦是cuda版本和cudnn的重新配置,非常麻烦。解决方案:一个可行的解决方案是使用docker,pytorch和tenso
Stella981
•
3年前
ReactNative入门教程
今天我们从历史传统“HelloWorld”开始。首先创建一个项目,指定创建0.55.4的版本reactnativeinitrndemoversion0.55.4进入项目中,使用命令yarninstall安装依赖
Stella981
•
3年前
Gitlab+Jenkins+Docker实现net core持续集成
<h2前言</h2<p在项目中使用这一套自动集成的体系之后,一直想找个时间总结出来,用于自己记录也打算将自己的所得分享给园友们,不经常写文章,可能会有错误的地方,希望各位不吝指正,我会及时的改正并表示感谢,希望大家能够一起进步。</p<h2前期准备</h2<pcentos7.5系统环境,关闭防火墙</p<h3jenkinsind
1
•••
126
127
128
•••
231