f5 hello world
v1.0.5
مرحبا بالعالم حاوية تطبيق ويب صغيرة لاختبار وحدات التحكم في توصيل التطبيق في بيئات المختبر.
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