Skip to content

tvrmsmith/docker-youtrack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTrack

YouTrack is an issue tracking and project management tool from JetBrains.

Version 2017.2, build 33063 (released May 11, 2017).

The image based on Ubuntu 16.04 LTS with Oracle Java 8.

Usage

Pull the image, create a new container and start it:

docker pull esycat/youtrack
docker create --name youtrack -p 8080:8080 --restart=always esycat/youtrack
docker start youtrack