Skip to content

xebialabs-community/xltv-docker-dev-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xltv_dev_run

Docker image that has XLTV installed, mounts your source code and executes compilation using gradle wrapper. After compilation it starts XLTV and links the ext folder to your plugin.

Supported tags

  • latest, v1.4.4.2

Starting

docker run -p 6516:6516 -v ~/myproject:/data -v ~/xl-licenses:/license -v ~/.xlgradle:/root/.gradle xebialabs/xltv_dev_run

where:

  • data: Mountpoint pointing to root directory of your plugin.
  • xl-licenses: Folder containing the XLTV license.
  • xlgradle: Is used to cache gradle dependencies.

About

XLTV docker image with your plugin preloaded

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages