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