Docker for running interproscan (https://code.google.com/p/interproscan/wiki/Introduction). Because installing Interproscan is a pain, I created this docker file, based on Ubuntu 12.04
Example:
docker run --rm -i -t -v `pwd`:/data marcel/interproscan ./interproscan.sh -i /data/myfasta.fa -d /data
Docker image is quite larege >10 Gb. Settings are all standard.