Skip to content

Docker file for image to run the Atlantis ecosystem model and analyze outputs

Notifications You must be signed in to change notification settings

atlantis-amps/dockeratlantis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

dockeratlantis

Ancilliary files to prepare VMs to run atlantisdockerfile

If not present install Atlantis in the local machine. Replace username and password

svn co https://svnserv.csiro.au/svn/ext/atlantis/Atlantis/trunk --username --password --quiet

Run installatlantis.sh, this file is in this repository, copy content and save with nano

sudo nano installatlantis.sh
sudo chmod +x installatlantis.sh
sudo ./installatlantis.sh

sudo cp -u trunk/atlantis/atlantismain/atlantisMerged /yourfolder

Run docker.sh this file is in this repository, copy content and save with nano

sudo nano docker.sh
sudo chmod +x docker.sh
sudo ./docker.sh

After the script completes run this command then close SSH session and reconnect

sudo usermod -a -G docker $USER

Login into DockerHub https://hub.docker.com

docker login --username=<username>

Pull image from DockerHub

docker pull hmorzaria/atlantisdockerfile:latest

List images

docker images

Replace and , use all small caps

sudo docker run -d --name atlantisstudio -v $HOME:/home/atlantis -e USER=<username> -e PASSWORD=<password> -p 8787:8787 hmorzaria/atlantisdockerfile:latest

List containers

docker ps

Run container at bash. Replace from docker ps command

docker exec -it <containerID> bash 

About

Docker file for image to run the Atlantis ecosystem model and analyze outputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages