.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
mkdocs.yaml
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
ruff.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yaml
.github/workflows/docs.yaml
.github/workflows/gh-release.yaml
.github/workflows/pypi-release.yaml
.vscode/settings.json
docs/DETAILED.md
docs/LXC.md
docs/README.md
docs/requirements.txt
docs/img/rootbox_0.0.8.png
rootbox/__init__.py
rootbox/__main__.py
rootbox/colorhelper.py
rootbox/container.py
rootbox/enter.py
rootbox/http.py
rootbox/mount.py
rootbox/path.py
rootbox/process.py
rootbox/rootfs.py
rootbox/size.py
rootbox/socket.py
rootbox/unshare.py
rootbox/verbose.py
rootbox/version.py
rootbox.egg-info/PKG-INFO
rootbox.egg-info/SOURCES.txt
rootbox.egg-info/dependency_links.txt
rootbox.egg-info/entry_points.txt
rootbox.egg-info/requires.txt
rootbox.egg-info/top_level.txt
rootbox/cli/cmd_exec.py
rootbox/cli/cmd_lxc.py
rootbox/cli/cmd_pull.py
rootbox/cli/cmd_run.py
rootbox/cli/cmd_start.py
rootbox/cli/main.py
rootbox/images/__init__.py
rootbox/images/cache.py
rootbox/images/handler.py
rootbox/images/http.py
rootbox/images/lxc.py
rootbox/images/pull.py
rootbox/images/tar.py
rootbox/images/url_parser.py
rootbox/shell/__init__.py
rootbox/shell/execute.py
rootbox/shell/systeminfo.py
tests/test_cmd_pull.py
tests/test_cmd_start.py
tests/test_image_handlers.py
tests/test_image_url.py
tests/test_lib_container.py
tests/test_manager.py
tests/test_pull.py
tests/test_rootfs.py
tests/test_start.sh