Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 718 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 718 Bytes

Upsource

Upsource is a repository browsing and code review tool from JetBrains.

Version 3.0.5, build 4396 (released July 26, 2016).

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/upsource
docker create --name upsource -p 8080:8080 --restart=always esycat/upsource
docker start upsource