/nix/store/ch3j8c0hshq4mkhyfg78q06dsscpkgm4-singularity-3.7.0 | |
├── bin | |
│ ├── run-singularity | |
│ └── singularity | |
├── etc | |
│ ├── bash_completion.d | |
│ │ └── singularity | |
│ └── singularity | |
│ ├── capability.json | |
│ ├── cgroups | |
│ │ └── cgroups.toml | |
│ ├── ecl.toml | |
│ ├── global-pgp-public | |
│ ├── network | |
│ │ ├── 00_bridge.conflist | |
│ │ ├── 10_ptp.conflist | |
│ │ ├── 20_ipvlan.conflist | |
│ │ ├── 30_macvlan.conflist | |
│ │ └── 40_fakeroot.conflist | |
│ ├── nvliblist.conf | |
│ ├── remote.yaml | |
│ ├── rocmliblist.conf | |
│ ├── seccomp-profiles | |
│ │ └── default.json | |
│ └── singularity.conf | |
├── libexec | |
│ └── singularity | |
│ ├── bin | |
│ │ ├── starter | |
│ │ └── starter-suid | |
│ └── cni | |
│ ├── bandwidth | |
│ ├── bridge | |
│ ├── dhcp | |
│ ├── firewall | |
│ ├── flannel | |
│ ├── host-device | |
│ ├── host-local | |
│ ├── ipvlan | |
│ ├── loopback | |
│ ├── macvlan | |
│ ├── portmap | |
│ ├── ptp | |
│ ├── static | |
│ ├── tuning | |
│ └── vlan | |
├── nix-support | |
│ └── propagated-build-inputs | |
└── var | |
└── singularity | |
└── mnt | |
└── session | |
16 directories, 35 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment