GithubHelp home page GithubHelp logo

bioconductoroncontainers's Introduction

Hi there ๐Ÿ‘‹

Nitesh's GitHub stats

bioconductoroncontainers's People

Contributors

nturaga avatar seandavi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bioconductoroncontainers's Issues

Docker image and container storage space

It is important to note, every time you start a container from an image
it will take up the same amount of space as the image before you build
on it. So, if you start a docker image of 1GB, the container takes up
1GB. The space being used on your machine is now 2GB. If you start 5
containers, they take up 1GB each for a container, so you are
consuming 5GB space.

My understanding is this is not the case. Docker makes use of copy-on-write technology wherever possible, so that files from the image are not duplicated when you start a container. In fact, you can use docker system df -v to see the actual space usage for individual containers, which is usually quite low.

https://medium.com/@nagarwal/docker-containers-filesystem-demystified-b6ed8112a04a
https://docs.docker.com/v17.09/engine/userguide/storagedriver/imagesandcontainers/
https://docs.docker.com/engine/reference/commandline/system_df/

Do you need docker running on the AMI?

Hi, @nturaga.

I have been using Docker for putting together the workshop materials for everyone (as opposed to an AMI). Do you have a need to actually run docker commands on the AMI, or are you planning on walking through this with folks on their own machines or on GCP? I am asking because docker-in-docker is tricky, so I would probably want to avoid it.

Thanks,
Sean

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.