Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.46 KB

Docker image for HaaS proxy

Unofficial Docker image for HaaS https://haas.nic.cz/ proxy

NOTE: Tag corresponds to the version of haas-proxy

Docker Image

Docker image on Docker HUB

Supported tags and respective Dockerfile links

NOTE: Tag corresponds to the version of haas-proxy

How to use

  1. Pull Docker image from Docker HUB
$ docker pull budry/docker-cz-nic-haas:latest
  1. Run image. You must set DEVICE_TOKEN and it's recommended mount log file by volume option
$ docker run \
	-d \ 
	-e DEVICE_TOKEN=XXX \
	-v /path/to/your/log/directory:/var/log \
	--restart always
	budry/docker-cz-nic-haas