Example http nginx server running a html page with kitten image
951
Example http nginx server running a html page with kitten image
docker run -d -p 80:80 ipepe/kitten:latest
version: '2'
services:
kitten:
image: ipepe/kitten
restart: always
network_mode: bridge
expose:
- '8080'
labels:
- 'traefik.enable=true'
- 'traefik.port=8080'
- 'traefik.frontend.rule=Host:otherkitten.example.org,kitten.example.org'
Content type
Image
Digest
Size
51.5 MB
Last updated
over 6 years ago
docker pull ipepe/kitten