docker daemon the connect

a note when using docker locally

when building the getting-started application provided by official site, I got a error saying, #0 138.4 node-pre-gyp ERR! install request to https://g ......
locally docker using note when

mssql server 2012数据库 jdk8 + springboot 项目 报错:SQL Server (SSL) encryption. Error: "The server selected protocol version TLS10 is not accepted by client preferences [TLS12]". ClientConnectionId

2023-04-13 11:01:39.727 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-3,slave_2} inited 2023-04-13 11:01:39.846 [Druid-Connect ......

git 更新代码错误 Your local changes to the following files would be overwritten by merge处理

当git pull时提示 Your local changes to the following files would be overwritten by merge idea中撤销当前本地 本次提交 ......
overwritten following 错误 changes 代码

【BUG】ExtJS 的Tab Reorder 插件持续更新布局问题解决办法 (Solution to layout issues in the continually updated Tab Reorder plugin of ExtJS)

更新记录 2023年4月13日 初始化。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 问题 不停的拖动tab栏,会不断更新布局。 Dragging the tab bar continuously will update the ......
Reorder ExtJS continually Tab 布局

vite写jsx语法报错: [vite] Internal server error: Failed to parse source for import analysis because the content contains invalid JS syntax. If you use tsconfig.json, make sure to not set jsx to preserve.

1.安装vite的jsx包 npm i @vitejs/plugin-vue-jsx --save 2.安装所有依赖 npm i 3.在vite.config.ts中配置 import { defineConfig } from 'vite'; import vue from '@vitejs/pl ......
vite 语法 jsx Internal analysis

Docker常用命令

systemctl start docker # 启动docker服务,其中"ctl"是"control"的缩写,通常用于表示控制 ......
命令 常用 Docker

.net core中Grpc使用报错:The remote certificate is invalid according to the validation procedure.

因为Grpc采用HTTP/2作为通信协议,默认采用LTS/SSL加密方式传输,比如使用.net core启动一个服务端(被调用方)时: public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultB ......

PaddleSpeech docker develop-gpu-cuda10.2-cudnn7-latest 缺失 libsndfile1-dev 和 環境參數CUDA_VISIBLE_DEVICES

Paddle可以說是各種坑,但支持國產,含淚試用了百度飛漿的Speech。 1. 坑點 Docker develop-gpu-cuda10.2-cudnn7-latest 缺失:1. libsndfile1-dev2. CUDA_VISIBLE_DEVICES 2. 安裝教程 也沒什麼安裝教程。下載 ......

docker的技术学习

Docker神器的使用 原创 生信小尧 生信小尧 2023-02-21 17:38 发表于广东 收录于合集#linux5个 点击蓝字 关注我们 什么是Docker? Docker 是一个开源的应用容器引擎 诞生于 2013 年初,基于 Go 语言实现, dotCloud 公司出品(后改名为Docke ......
docker 技术

CentOS安装Docker、Docker-Compose

一、安装Docker 二、安装Docker-Compose 2.1sudo curl -L "https://get.daocloud.io/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" ......
Docker Docker-Compose Compose CentOS

docker部署gitlab

1.下载最新的镜像: docker pull gitlab/gitlab-ce 2.查看镜像是否拉取成功: docker images 3.新建数据卷目录: 如果要修改一个容器的配置或者查看它的日志,需要进入到容器里面,不是很方便。所以通常会给容器挂载数据卷,将容器内的重要目录,映射到宿主机中。 我 ......
docker gitlab

There is a chart instance already initialized on the dom原因及解决办法

原因:这是因为在我们重复使用了初始化了echars实例,每个组件使用时,如果调用两次及以上的初始化方法时,就会出现这个警告,并且如果是实时监控的标表,会出现浏览器卡顿及响应慢,因为要一直重新渲染新的Dom。 解决办法,初始化代码只出现一次,js中只要执行一次实例化代码,VUE中调用生命周期mount ......
initialized instance 原因 already 办法

linux安装docker环境

1、一键安装docker 官方一键安装 curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 国内一键安装 curl -sSL https://get.daocloud.io/docker | sh 2、安装docker ......
环境 docker linux

学习笔记397—Docker数据管理

Docker有两种数据管理的方式 数据卷: 容器内数据直接映射到本地主机环境; 数据卷容器: 使用特定容器维护数据卷. 数据卷 数据卷是一个可供容器使用的特殊==目录==, 它将主机操作系统目录直接映射进容器 数据卷的特性: 可以在容器之间共享和重用, 容器间传递数据将变得高效与方便; 对数据卷内数 ......
数据管理 笔记 数据 Docker 397

Docker介绍下载安装、制作镜像及容器、做目录映射、做端口映射

在计算机中,虚拟化(英语:Virtualization)是一种资源管理技术,是将计算机的各种实体资源,如服务器、网络、内存及存储等,予以抽象、转换后呈现出来,打破实体结构间的不可切割的障碍,使用户可以比原本的组态更好的方式来应用这些资源。这些资源的新虚拟部份是不受现有资源的架设方式,地域或物理组态所 ......
端口 容器 镜像 目录 Docker

GnuTLS recv error (-110): The TLS connection was non-properly terminated问题的解决方案

1. sudo apt-get update 2. sudo apt-get install build-essential fakeroot dpkg-dev 3. sudo apt-get build-dep git 4. mkdir ~/git-openssl 5. cd ~/git-open ......

什么是laas-Paas-Saas,docker启动设置镜像,镜像相关命令,容器相关命令

什么是laas-Paas-Saas,docker启动设置镜像,镜像相关命令,容器相关命令 昨日内容回顾 # 1 flask-sqlalchemy flask-sqlalchemy:封装了一个类 只需要实例化得到对象 配置信息放在配置文件 db=SQLAlchemy() db.init_app(app ......
镜像 命令 laas-Paas-Saas 容器 docker

docker_day02:lass-Pass和Saas docker启动设置镜像 镜像 容器相关命令

什么是Iaas-Paas和Saas Iaas:Infrastructure-as-a-Service(基础设施即服务) IaaS公司会提供场外服务器,存储和网络硬件,你可以租用。节省了维护成本和办公场地,公司可以在任何时候利用这些硬件来运行其应用 Paas:平台即服务 paaS公司在网上提供各种开发 ......
镜像 docker 容器 docker_day lass-Pass

centos 装 docker mysql nodejs nginx

在 CentOS 系统中安装 Docker 安装 Docker 的依赖包: sudo yum install -y yum-utils device-mapper-persistent-data lvm2 添加 Docker 的 YUM 软件源: sudo yum-config-manager -- ......
centos docker nodejs mysql nginx

cnetos8上RPM安装mysql8后,修改初始密码提示Your password does not satisfy the current policy requirements的解决方法

我在修改mysql8初始密码是遇到了Your password does not satisfy the current policy requirements,如果您的mysql版本5.x可能不太合适。 下图是我遇到的问题: 意思是,密码不符合密码验证要求。但是mysql8的初始密码连验证要求都查 ......
requirements password 密码 cnetos8 current

MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".

完整报错信息: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install ......
quot component MSBUILD VCBuild Visual

CentOS系统使用docker-compose安装Doris数据库

doris当前最新版本为1.2.3 1、docker与docker-compose安装 docker安装:CentOS安装Docker docker-compose安装:docker-compose安装与使用 2、doris相关下载 1)doris-be、doris-fe 2) 3、修改 vi /e ......

Ubuntu和Centos设备出厂后添加给普通用户docker权限

Ubuntu #查看用户组 group #将当前普通用户加入docker用户组,执行命令: sudo usermod -aG docker {用户账号} #如果提示 Using default tag: latest Got permission denied while trying to con ......
权限 用户 Ubuntu Centos docker

docker-

1.Iaas IaaS: Infrastructure-as-a-Service(基础设施即服务)。 第一层叫做IaaS,有时候也叫做Hardware-as-a-Service,几年前如果你想在办公室或者公司的网站上运行一些企业应用,你需要去买服务器,或者别的高昂的硬件来控制本地应用,让你的业务运行 ......
docker- docker

docker02 设置镜像 启动停止 镜像容器相关命令

今日内容详细 1 什么是laas-Paas和Saas Iaas: Infrastructure-as-a-Service(基础设施即服务) IaaS公司会提供场外服务器,存储和网络硬件,你可以租用。节省了维护成本和办公场地,公司可以在任何时候利用这些硬件来运行其应用 Paas:平台即服务 paaS公 ......
镜像 容器 命令 docker 02

Docker快速入门 第一篇

Docker容器 一、前言 1、什么时虚拟化 在计算机中,虚拟化(英语:Virtualization)是一种资源管理技术,是将计算机的各种实体资源,如服务器、网络、内存及存储等,予以抽象、转换后呈现出来,打破实体结构间的不可切割的障碍,使用户可以比原本的组态更好的方式来应用这些资源。这些资源的新虚拟 ......
Docker

Docker快速入门 第二篇

Docker 一、Iass-Paas和Saas 1、简介 什么是lass-Pass和Saas: # Iaas: Infrastructure-as-a-Service(基础设施即服务) IaaS公司会提供场外服务器,存储和网络硬件,你可以租用。节省了维护成本和办公场地,公司可以在任何时候利用这些硬件 ......
Docker

docker2

今日内容 1 什么是Iaas-Paas和Saas Iaas: Infrastructure-as-a-Service(基础设施即服务) IaaS公司会提供场外服务器,存储和网络硬件,你可以租用。节省了维护成本和办公场地,公司可以在任何时候利用这些硬件来运行其应用 Paas:平台即服务 paaS公司在 ......
docker2 docker

什么是Iaas-Paas和Saas,Docker镜像与容器,docker 启动设置镜像,docker启动与停止常用命令,镜像相关命令,容器相关命令

什么是Iaas-Paas和Saas,Docker镜像与容器,docker 启动设置镜像,docker启动与停止常用命令,镜像相关命令,容器相关命令 什么是Iaas-Paas和Saas # Iaas > Infrastructure-as-a-Service(基础设施即服务) Iaas公司会提供场外服 ......
镜像 命令 容器 docker Iaas-Paas

Docker部署Jekyll

1. 起因 前两天终于下单买了个域名,10年的使用期限。既然有了域名,那自己的博客就可以搞起来了。 现在博客的记录用的是Jekyll+Github Pages,所以决定之后自己的博客网站也采用Jekyll来部署实现,为了之后的维护、升级,决定采用docker来部署Jekyll。 2. 部署 dock ......
Docker Jekyll