- Monitoring Docker
- Russ McKendrick
- 71字
- 2021-07-30 09:57:48
Cloning the environment
The source for the environment along with the practical examples can be found on GitHub in the Monitoring Docker repository at https://github.com/russmckendrick/monitoring-docker.
To clone the repository on a terminal on your local machine, run the following commands (replacing the file path as needed):
mkdir ~/Documents/Projects cd ~/Documents/Projects/ git clone https://github.com/russmckendrick/monitoring-docker.git
Once cloned, you should see a directory called monitoring-docker
and then enter that directory, as follows:
cd ~/Documents/Projects/monitoring-docker
推薦閱讀
- GAE編程指南
- Ceph Cookbook
- C++面向對象程序設計(微課版)
- 從0到1:HTML+CSS快速上手
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Building Serverless Web Applications
- 現代C:概念剖析和編程實踐
- JSP程序設計與案例實戰(慕課版)
- Application Development with Parse using iOS SDK
- 大數據時代的企業升級之道(全3冊)
- Mastering Unreal Engine 4.X
- Java程序設計教程
- Jakarta EE Cookbook
- Bitcoin Essentials
- Java面試一戰到底(基礎卷)