摘要: 1.安装 以ubuntu为例 参考官网 1 2 3 4 5 6 7 8 9 10 11 12 13 $ sudo apt-get remove docker docker-engine docker.io $ sudo apt-get update $ sudo apt-get install \ 阅读全文
posted @ 2018-12-14 15:51 樱满集 阅读(223) 评论(0) 推荐(0)
摘要: 1.安装Docker CE 服务器Ubuntu 16 http://docs.docker-cn.com/engine/installation/linux/docker-ce/ubuntu/#%E5%AE%89%E8%A3%85-docker-ce 测试docker是否安装成功 2.新建.Net 阅读全文
posted @ 2018-12-14 15:23 樱满集 阅读(650) 评论(0) 推荐(0)
摘要: 1.Install the .NET SDK 我的服务器是腾讯云的Ubuntu 16 注册Microsoft密钥和订阅源 安装.NET SDK 2.创建应用 3.运行应用程序 阅读全文
posted @ 2018-12-14 14:24 樱满集 阅读(572) 评论(0) 推荐(0)