码迷,mamicode.com
首页 >  
搜索关键字:containers    ( 468个结果
podman
配置加速器(最新版的配置方法) [root@ming2 containers]# vim registries.conf [root@ming2 containers]# cat registries.conf unqualified-search-registries = ["docker.io" ...
分类:其他好文   时间:2021-03-11 14:17:03    阅读次数:0
podmen
安装podmen [root@localhostl ~]# yum -y remove docker-ce [root@localhostl ~]# yum -y install podman [root@localhostl ~]# cd /etc/containers/ [root@localh ...
分类:其他好文   时间:2021-03-10 13:05:54    阅读次数:0
Kubernetes 0-1 使用preStop优雅终止Pod
Kubernetes允许Pod终止之前,执行自定义逻辑。 字段定义 字段定义:pod.spec.containers.lifecycle.preStop $ kubectl explain pod.spec.containers.lifecycle.preStop KIND: Pod VERSION ...
分类:Web程序   时间:2021-03-02 11:48:20    阅读次数:0
Pod的数据持久化1 hostPath 和emptyDir
Pod数据持久化 k8s中的volume提供了在容器中挂载外部存储的能力,Pod需要设置卷来源(spec.volume)和挂载点(spec.containers.volumeMounts)这两个信息后 才可以使用相应的volume 官方对volume的介绍: Docker 也有 Volume 的概念 ...
分类:其他好文   时间:2021-02-18 13:30:42    阅读次数:0
containers的发展历程
本来想直接写docker知识点的,但是感觉只有了解containers的发展历程,才能知道技术知识点的来龙去脉,建立起一个线性的链条,把知识点串联起来。 1979: Unix V7 在1979年开发Unix V7期间,引入了chroot系统调用功能。这个功能将进程及其子进程的根目录更改为文件系统中的 ...
分类:其他好文   时间:2021-01-27 13:44:51    阅读次数:0
# 2021-01-08 #「Docker」- 杂记
清除未使用的卷 「How To Remove Docker Containers, Images, Volumes, and Networks」 清除没有使用的卷:docker system prune --volumes 从镜像中还原Dockerfile文件 -「How to generate a ...
分类:其他好文   时间:2021-01-11 11:04:04    阅读次数:0
LXC/KVM虚拟化基本概念
LXC:其名称来自Linux软件容器(Linux Containers)的缩写.LXC利用cgroups与名称空间的功能,提供应用软件一个独立的操作系统环境。LXC不需要Hypervisor这个软件层,软件容器(Container)本身极为轻量化,提升了创建虚拟机的速度。严格来说不算是虚拟化技术,只 ...
分类:其他好文   时间:2021-01-11 10:40:12    阅读次数:0
minio 集群部署
version: '3.3' # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through p ...
分类:其他好文   时间:2020-12-30 11:23:53    阅读次数:0
LINUX – WRITING A SIMPLE CONTAINER APP WITH NAMESPACES
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
Cannot initiate the connection to ports.ubuntu.com:80
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:系统相关   时间:2020-11-04 17:41:12    阅读次数:35
468条   上一页 1 2 3 4 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!