Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 914 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 914 Bytes

Fly EM Docker Files Picture

This repository contains dockerfiles to create Docker images for Fly EM software and data. The goal is to facilitate portability and testing.

Docker commands reequire the Docker daemon to be running (and a light-weight virtual machine for Mac and Windows provided by the Docker installation).

These images are already pre-built on Docker Hub under the flyem namespace https://hub.docker.com/u/flyem/.

To retrieve image XYZ:

% docker pull flyem/XYZ

If you prefer to build the image XYZ from the dockerfile:

% cd XYZ
% docker build -t XYZ .

Specific run instructions can be found in each image directory in this repository.