Giter Site home page Giter Site logo

docker-on-top's Introduction

๐Ÿ‘‹ Hey there! It's Nikolay Nechaev aka @kolayne

A Russian developer and a student at Innopolis University.

Social networks

@kolayne kolay_ne N.Nechaev@innopolis.university

Some statistics!

statistics

About me

Coming soon! one day.

docker-on-top's People

Contributors

ayazy2021 avatar kolayne avatar minusone-1 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

docker-on-top's Issues

Feature: discard modifications

Give user a choice (via an option on volume creation) whether the changes made in the volume should be discarded on unmount or be preserved for the following volume mount

Add tests

Add tests for basic usage scenarios

Add CI

Check that the plugin builds. Later, probably, run tests

Thread-safety!

Turned out plugins built with go-plugins-helpers are multi-threaded... Need to fix two kinds of race conditions:

  1. Per-volume races - parallel mounts and unmounts for different containers
  2. Global races - parallel volume creation/deletion

This will likely be convenient to implement together with the volume storage (#7), as we could try to shift the synchronization responsibility (to avoid the above race conditions) to the driver of the filesystem where the plugin data is stored

Core functionality

Implement the core functionality - mounting a user-provided directory with an overlay

Feature: disable COW

The overlay filesystem imposes some limitations, for example, it has undefined behavior if the files in lowerdirs change while it is mounted. Give users an option to disable copy-on-write so that a straightforward recursive copy of the base directory is used

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.