This protocol explains how to create an RSAT Docker image.
It is primarily inteded for RSAT development team, but can also be of use for advanced users who might desire to create a customized Docker image.
The way to start a Docker daemon depends on the host operating system. See the documentation on Docker Web site for more details.
For Mac OSX, a docker daemon can be started with the following command.
open /Applications/Docker/Docker\ Quickstart\ Terminal.app
| Operating System | Starting instructions |
|---|---|
| Mac OSX Docker | https://docs.docker.com/docker-for-mac/docker-toolbox/ |
| Mac OSX Docker toolbox | https://docs.docker.com/docker-for-mac/ |
All the next steps are assumed to run under a Unix terminal with an active docker daemon.
docker pull debian:jessie
docker tag debian:jessie rsat_debian:2016-07-12.prepa
mkdir -p ~/rsat_docker/install
cd ~/rsat_docker/install
wget --no-clobber http://teaching.rsat.eu/tutorials/DockerRSAT/scripts/RSAT_debian_install.sh
The sequence-purge tool requires a user-specific license for vmatch, a software tool developed by Stefan Kurtz. After having received this license, install the vmatch.lic in the folder ~/rsat_docker/install. This should be done manually.