Skip to content

EvolBioInf/mix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Minimal Unix box for testing software in a Docker container.

Get Compiled Container and Run It

docker pull haubold/mix
docker run -it --hostname=mix --detach-keys="ctrl-@" mix

Make and Run the Container

make
bash scripts/start.sh