makinacorpus/lxcfs

Name: lxcfs

Owner: Makina Corpus

Description: FUSE filesystem for LXC

Forked from: lxc/lxcfs

Created: 2015-06-07 09:58:34.0

Updated: 2015-06-07 09:58:35.0

Pushed: 2015-06-07 11:15:51.0

Homepage: https://linuxcontainers.org

Size: 273

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

lxcfs

Introduction

FUSE filesystem for LXC, offering the following features:

Usage

The recommended command to run lxcfs is:

sudo mkdir -p /var/lib/lxcfs
sudo lxcfs -s -f -o allow_other /var/lib/lxcfs

In order to use lxcfs with systemd-based containers, you can either use LXC 1.1 in which case it should work automatically, or otherwise, copy the lxc.mount.hook file (once built) from this tree to /usr/share/lxc/hooks/lxcfs, make sure it is executable, then add the following two lines to your container configuration:

autodev = 1
kmsg = 0
include = /usr/share/lxcfs/00-lxc.conf

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.