https://github.com/wellwind/nccuccdockerlabs
https://github.com/wellwind/nccuccdockerlabs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wellwind/nccuccdockerlabs
- Owner: wellwind
- Created: 2016-05-23T03:22:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T00:10:03.000Z (about 10 years ago)
- Last Synced: 2025-06-21T12:42:58.280Z (about 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docke實作練習
## 安裝Docker
- [Ubuntu上安裝Docker](Installation.md)
## 練習
1. [HellWorld](Labs/Lab01-HelloWorld.md)
2. [建立自己的Image](Labs/Lab02-CreateImage.md)
3. [執行多個Apache container](Labs/Lab03-MultipleApache.md)
4. [30秒建立100個apache](Labs/Lab04-100ApacheServerIn30Seconds.md)
5. [模擬正式/測試執行環境](Labs/Lab05-SimulateTestAndProductionEnvironments.md)