Skip to content

pieewiee/wavelink-license-server-docker

Repository files navigation

pieewiee/wavelink-license-server:latest

Introduction

Dockerfile to create a Docker container image for wavelink

Wavelink License Server is used to license Ivanti products.

Getting started

Installation

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

Quickstart

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.

About

Ivanti Wavelink License Server for Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published