f5 hello world
v1.0.5
你好世界一個用於測試實驗室環境中應用程序傳遞控制器的小型Web應用程序容器。
docker run -dit -p 80:8080 -p 443:8443 f5devcentral/f5-hello-world將自定義節點名稱添加到頁面標題:
docker run -dit -p 80:8080 -p 443:8443 -e NODE= ' Jon ' f5devcentral/f5-hello-world/ws/ ) docker run -dit -p 4433:4433 f5devcentral/f5-hello-world:ws /
├── secure/
│ └── Basic Authentication (user:user)
├── uri[0-9]*/
│ └── Alias for DocumentRoot (/var/www/hw/)
└── ws/
└── WebSocket Echo
如果您想添加自定義CSS或JavaScript,則可以通過將css/custom.css和/或js/custom.js文件安裝到容器實例中來做到這一點;例如:
docker run -dit -p 80:8080 -p 443:8443
-v /path/to/your/custom.css:/var/www/hw/css/custom.css
-v /path/to/your/custom.js:/var/www/hw/js/custom.js
f5devcentral/f5-hello-world