Giter VIP home page Giter VIP logo

xrosfs's Introduction

XrosFS

Build Status

Mount a Running Docker Container File Sytem via FUSE.

  • No requirement to install additional agents to container side. it's only required to have permitted to docker exec command.
  • Docker container xros-over-sshfs that mount other containers file system automatically by XrosFS with autofs and sshfs is released.

Requirements

Docker Host Side

  • Python 3.5 or later
  • FUSE 2.6 (or later)
  • Permitted to execute $ docker exec

Docker Container Side

  • Shell (ash or bash) and some commands(test, stat, dd base64 etc.) (Usually, they are already installed plain image of alpine, debian etc.)

Installation

pip install xrosfs

Usage

Mount / of container1 to ~/mnt.

$ xrosfs container1:/ ~/mnt

In above step, xrosfs connect to container1 as root user. Pass user@container1:/ to xrosfs, if you want to connect as other users.

Known Issues

  • Can't access to file that had \n included filename.
  • Bad response time in operates.
  • Some operations methods are not full implemented yet(flush(fsync) utimens etc.).
  • Using default umask value from local system value, when not pass umask option(mkdir foo resutls of sshfs and xrosfs are different, when local umask=0002 server umask=0022).

License

Copyright (c) 2018 hankei6km

Licensed under the MIT License. See LICENSE.txt in the project root.

xrosfs's People

Stargazers

 avatar

Watchers

 avatar  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.