Skip to content

phyletica/ecoevolity-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

About

Docker Image Version

This repository contains a Dockerfile for building a Docker image with ecoevolity and pycoevolity preinstalled.

How to manually update image on docker hub

1. Build the docker image locally

Navigate to this directory and build the docker image:

cd path/to/ecoevolity-docker
sudo docker build --pull --no-cache -t phyletica/ecoevolity-docker:latest .

The --pull flag forces docker to download the latest version of the base image. The --no-cache flag forces docker to do a fresh build (not reuse cached layers).

To verify the image exists locally, run:

sudo docker image ls

2. Log in to docker hub

You need to be logged in to docker hub to upload the new image. To authenticate your docker hub account, use the following command:

sudo docker login

3. Push the new image to docker hub

Once the new build is finished and you are logged in, use the following command to upload the image to the docker hub repo:

sudo docker push phyletica/ecoevolity-docker:latest

About

A repo for building a Docker image running ecoevolity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors