.flake8
.gitignore
.mailmap
.mdlrc
.travis.yml
AUTHORS.md
CHANGELOG.md
CITING.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Jenkinsfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUMMARY.md
ansible_install.yaml
codemeta.json
conftest.py
pylintrc
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/codespell.yml
.sqa/config.yml
.sqa/docker-compose.yml
.sqa/script.acc.sh
.sqa/script.bandit.sh
.sqa/script.codemeta.sh
.sqa/script.find_doc_files.sh
.sqa/script.flake8.sh
.sqa/script.get_git_tags.sh
.sqa/script.git_doc06.sh
.sqa/script.jsonlint.sh
.sqa/script.licensee.sh
.sqa/script.markdownlint.sh
.sqa/script.nosetests.sh
docker_sqaaastools/Dockerfile-bandit
docker_sqaaastools/Dockerfile-find_doc_files
docker_sqaaastools/Dockerfile-git_tags
docker_sqaaastools/Dockerfile-jsonlint
docker_sqaaastools/Dockerfile-licensee
docker_sqaaastools/Dockerfile-nosetests
docker_sqaaastools/README.md
docker_sqaaastools/find_doc_files.py
docker_sqaaastools/get_git_tags.py
docs/_config.yml
docs/index.md
docs/installation_manual.md
docs/logo-small.png
docs/make_release.md
docs/reference_card.md
docs/udocker.1
docs/udocker_organ.md
docs/user_manual.md
etc/udocker.conf
paper/paper.bib
paper/paper.md
tests/unit/test_chksum.py
tests/unit/test_cli.py
tests/unit/test_cmdparser.py
tests/unit/test_commonlocalfile.py
tests/unit/test_config.py
tests/unit/test_containerstructure.py
tests/unit/test_curl.py
tests/unit/test_curlheader.py
tests/unit/test_dockerioapi.py
tests/unit/test_dockerlocalfileapi.py
tests/unit/test_elfpatcher.py
tests/unit/test_execenginecommon.py
tests/unit/test_executionmode.py
tests/unit/test_fakechroot.py
tests/unit/test_filebind.py
tests/unit/test_fileutil.py
tests/unit/test_geturl.py
tests/unit/test_geturlexecurl.py
tests/unit/test_geturlpycurl.py
tests/unit/test_hostinfo.py
tests/unit/test_keystore.py
tests/unit/test_localfile.py
tests/unit/test_localrepository.py
tests/unit/test_mountpoint.py
tests/unit/test_msg.py
tests/unit/test_nixauthentication.py
tests/unit/test_nvidia.py
tests/unit/test_oci.py
tests/unit/test_osinfo.py
tests/unit/test_proot.py
tests/unit/test_runc.py
tests/unit/test_singularity.py
tests/unit/test_tools.py
tests/unit/test_uenv.py
tests/unit/test_umain.py
tests/unit/test_unique.py
tests/unit/test_unshare.py
tests/unit/test_uprocess.py
tests/unit/test_uvolume.py
udocker/__init__.py
udocker/cli.py
udocker/cmdparser.py
udocker/commonlocalfile.py
udocker/config.py
udocker/docker.py
udocker/genstr.py
udocker/localfile.py
udocker/maincmd.py
udocker/msg.py
udocker/oci.py
udocker/tools.py
udocker/umain.py
udocker.egg-info/PKG-INFO
udocker.egg-info/SOURCES.txt
udocker.egg-info/dependency_links.txt
udocker.egg-info/entry_points.txt
udocker.egg-info/not-zip-safe
udocker.egg-info/top_level.txt
udocker/container/__init__.py
udocker/container/localrepo.py
udocker/container/structure.py
udocker/engine/__init__.py
udocker/engine/base.py
udocker/engine/execmode.py
udocker/engine/fakechroot.py
udocker/engine/nvidia.py
udocker/engine/proot.py
udocker/engine/runc.py
udocker/engine/singularity.py
udocker/helper/__init__.py
udocker/helper/archinfo.py
udocker/helper/elfpatcher.py
udocker/helper/hostinfo.py
udocker/helper/keystore.py
udocker/helper/nixauth.py
udocker/helper/osinfo.py
udocker/helper/unique.py
udocker/helper/unshare.py
udocker/utils/__init__.py
udocker/utils/chksum.py
udocker/utils/curl.py
udocker/utils/filebind.py
udocker/utils/fileutil.py
udocker/utils/mountpoint.py
udocker/utils/uenv.py
udocker/utils/uprocess.py
udocker/utils/uvolume.py
utils/build_tarball.sh
utils/make_udockertar.sh
utils/udocker_test-all.sh
utils/udocker_test-run.sh
utils/udocker_test.sh