新建文件docker-compose.yml vi docker-compose.yml 输入以下内容 version: '3.1' services: minio: image: minio/minio container_name: minio restart: always ports: - ...
分类:
其他好文 时间:
2020-12-16 12:31:38
阅读次数:
2
新建 Pagination <template> <div :class="{'hidden':hidden}" class="pagination-container"> <el-pagination :background="background" :current-page.sync="cur ...
分类:
其他好文 时间:
2020-12-15 12:05:58
阅读次数:
2
One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:
移动开发 时间:
2020-12-11 12:32:59
阅读次数:
22
1.基本情况 队名:灰机灰啊灰 组长博客:卑微组长QAQ 前端github仓库:https://github.com/ElizzF/ccHub 后端github仓库:https://github.com/Dong351/softwork 2.项目汇报 1.过去一周完成的任务 文字描述:完善了收藏功能 ...
分类:
其他好文 时间:
2020-12-10 11:36:55
阅读次数:
11
一、docker使用nvidia GPU 1、nvidia-docker2 安装使用NVIDIA-Docker--使用GPU的Docker容器 https://blog.csdn.net/qq_31747765/article/details/108922204 2、nvidia-container ...
分类:
其他好文 时间:
2020-12-10 11:23:52
阅读次数:
6
CSS3 弹性盒子(Flex Box) 弹性盒子是 CSS3 的一种新的布局模式 CSS3 弹性盒子内容 弹性盒子由弹性容器(Flex container)和弹性子元素(Flex item)两部分组成。 弹性容器通过设置 display 属性的值为 flex 或 inline‐flex将其定义为弹性 ...
分类:
其他好文 时间:
2020-12-04 11:45:31
阅读次数:
16
Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endp ...
分类:
其他好文 时间:
2020-12-04 11:23:41
阅读次数:
6
tab栏模板 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Do ...
分类:
其他好文 时间:
2020-12-03 11:58:41
阅读次数:
5
【容器技术】Docker容器技术入门(二)收录于话题#Docker专辑9个接上一篇文章【容器技术】Docker容器技术入门(一)今天接着上次聊一聊有关Docker网络、数据存储相关的技术点01Docker网络模式Dokcer通过使用Linux桥接提供容器之间的通信,Docker的网络模式有四种分别是以下四种模式host模式,使用--net=host指定。container模式,使用--net=co
分类:
其他好文 时间:
2020-12-02 11:56:22
阅读次数:
3
Docker容器技术入门(一)收录于话题#Docker专辑9个1Docker技术介绍DOCKER是一个基于LXC技术之上构建的container容器引擎,通过内核虚拟化技术(namespace及cgroups)来提供容器的资源隔离与安全保障,KVM是通过硬件实现的虚拟化技术,它是通过系统来实现资源隔离与安全保障,占用系统资源比较小官方网站:https://www.docker.com/Docker
分类:
其他好文 时间:
2020-12-02 11:53:58
阅读次数:
4