Replacing Docker Desktop with Colima on macOS
Colima is one of the cleanest ways to run containers locally on macOS. It starts a Linux virtual machine through Lima, runs Dock…
阅读全文
2 months ago
0
Terraform: a practical guide to infrastructure as code
Terraform is an infrastructure-as-code tool. You describe the target infrastructure in configuration files, and Terraform compar…
阅读全文
4 years ago
0
1
OpenStack学习笔记
简介
OpenStack是一个开源的IaaS解决方案,使用它,你可以通过仪表盘或者利用OpenStack API控制/Provision大规模的计算、存储、网络资源池。
通过“驱动”,OpenStack支持大量商业、开源的计算、存储、网络相关技术框架,从而能够…
阅读全文
8 years ago
1
4