Giter Site home page Giter Site logo

zhaojk / extended-single-cell-best-practices-container Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theislab/extended-single-cell-best-practices-container

0.0 0.0 0.0 36 KB

Hosting the container for the extended single-cell best-practices book

Dockerfile 100.00%

extended-single-cell-best-practices-container's Introduction

Build Container Publish Container

extended-single-cell-best-practices-container

This container is used for building the extended single-cell best-practices book. To run this container with docker, first make sure you have docker installed on your machine.

When you need to update the container, proceed as follows:

  1. Push your desired changes to the Dockerfile (or any associated files) to a new branch in this repository.
  2. Once you're happy with your changes, open a pullrequest against the main branch. This will trigger an automatic build of the updated container.
  3. If (and only if) your build succeeds, you'll be able to merge your pullrequest in to the main branch. If the build fails, check the output of the failed GitHub actions workflow and fix any bugs in your Dockerfile. Once you have pushed your fixes to the pullrequest, the build of the container will restart.
  4. After successfully merging your changes into the main branch, publish a new release to trigger pushing the new container to the container repository. Make sure to provide a meaningful title and description to your release, highlighting the changes you made. Important: when creating the release, you're asked to define a new tag. This tag is also used to version the container builds. Please make sure that you adhere to the semantic versioning schema and use the following tag format: vX.X.X (where X is a number).
  5. Once the building and publishing of the new container is done, you can see the new version appear here. This currently takes about an hour.

Start the container using the following command:

sudo docker run --rm -it --publish 8888-8892:8888-8892 --volume $HOME:/root/host_home --workdir /root ghcr.io/theislab/extended-single-cell-best-practices-container:latest /bin/bash

Note: you can also use a specific version tag of the container instead of the latest tag in the command above. See here for all currently available version tags.

To pull the latest version of the container, use this command:

sudo docker pull ghcr.io/theislab/extended-single-cell-best-practices-container:latest

extended-single-cell-best-practices-container's People

Contributors

le-ander avatar zethson 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.