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