⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Docker container for local and cloud deployment of BEAST, BEAGLE and their tutorial material

Notifications You must be signed in to change notification settings

beast-dev/BeastDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-machine create --driver amazonec2 \
	--amazonec2-access-key $AWS_ACCESS_KEY \
	--amazonec2-secret-key $AWS_SECRET_KEY \
	--amazonec2-region us-west-1  \
	aws01
	
docker-machine ssh aws01
docker build -t beast .
docker run -it beast 

docker run -d -p 8000:80 --name webserver kitematic/hello-world-nginx

About

Docker container for local and cloud deployment of BEAST, BEAGLE and their tutorial material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages