- 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
推薦閱讀
- 演進式架構(原書第2版)
- C語言最佳實踐
- Production Ready OpenStack:Recipes for Successful Environments
- Python面向對象編程:構建游戲和GUI
- 持續輕量級Java EE開發:編寫可測試的代碼
- Node.js從入門到精通
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- 青少年Python趣味編程
- JSP大學實用教程
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構
- Python AI游戲編程入門:基于Pygame和PyTorch
- ArcGIS Blueprints
- SQL Server 2008數據庫應用技術(第2版)
- The C++ Workshop
- AngularJS Directives Cookbook