Project

General

Profile

Feature #3549

Updated by Neil Voss about 9 years ago

Create Docker container for running appion. Sargis suggested this at the developer's meeting and I thought it would be a good idea for my appion class. It would help new users get an Appion environment up and running very smoothly. So, I started working on it... 

 My Docker Hub is here: 
 https://hub.docker.com/r/vosslab/ 

 I've checked the file into subversion: 
 source:trunk/appion/docker/Dockerfile 

 After installing docker, you can run: 
 <pre> 
 svn co https://emg.nysbc.org/svn/myami/trunk/appion/docker/Dockerfile cd myami/appion/docker/ 
 docker build -t pre_appion . 
 </pre>

Back