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