Giter Site home page Giter Site logo

bioc_docker's Introduction

Information about available containers, installation and modification can be found on the Bioconductor Docker Page.

General Docker Usage

List which docker machines are available locally

docker images

List running containers

docker ps

List all containers

docker ps -a

Get container IP address

docker inspect --format '{{ .NetworkSettings.IPAddress }}' <name>

Keep a container running at startup

docker run -itd <name>

Shutdown container

docker stop <name>

Resume container

docker start <name>

Delete container

docker rm <name>

Shell into a running container with either of the following:

docker exec -it <name> /bin/bash
docker attach <name>

Building and modifying the Bioconductor docker images

The BioC Dockerfiles are not directly edited. Instead, for each biocView, there is a common Dockerfile.in, from which two output files for release and devel files are generated by running the rake command. All the creation is controlled by the Rakefile, which will also take care if any of the dependencies (i.e. the *.in files) have changed.

E.g. the Dockerfile for the BioC development branch for Proteomics packages is created from src/proteomics/Dockerfile.in and placed into out/devel_proteomics/Dockerfile.

If you want to build and push an image to dockerhub, copy the auth.yml.template file over to auth.yml, and add your dockerhub credentials. The pushing is done via the docker push command, so for this to succeed you'll have to docker login first. Then all you need is:

rake devel_core 

bioc_docker's People

Contributors

dtenenba avatar sneumann avatar laurentgatto avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.