Dockerfile
to create a Docker container image for wavelink
Wavelink License Server is used to license Ivanti products.
Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull pieewiee/wavelink-license-server:latest
Alternatively you can build the image yourself.
docker build -t pieewiee/wavelink-license-server github.com/pieewiee/wavelink-license-server-docker
Start Wavelink License Server using:
docker run --name license -d --restart=always \
--publish 4420:4420/tcp --publish 1820:1820/udp \
--volume /srv/docker/wavelink:/data \
pieewiee/wavelink-license-server:latest
Alternatively, you can use the sample docker-compose.yml file to start the container using Docker Compose
When the container is started the wavelink service is also started and is accessible from the web browser at https://localhost:4420.