Sign inSign up

iontorrent/tsbuild

By iontorrent

Updated almost 3 years ago

docker container for building Torrent Suite Software

Image
4

10K+

iontorrent/tsbuild repository overview

Both Ubuntu 18.04 and 14.04 are supported at this point.

Assuming Torrent Suite repository is cloned into: /home/ionadmin/codes/TS. The image has default working directory is /src. Mounting the cloned directory as /src, one can simply run the build commands.

Example:

docker pull iontorrent/tsbuild

# build all modules:
docker run -v /home/ionadmin/codes/TS:/src iontorrent/tsbuild

# build only Analysis modules:
docker run -v /home/ionadmin/codes/TS:/src iontorrent/tsbuild Analysis

Tag summary

Content type

Image

Digest

sha256:823c78a20

Size

1.1 GB

Last updated

almost 4 years ago

docker pull iontorrent/tsbuild