Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 26, 2020 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/c83b535fa9af16e1a347acdb16b1e942 to your computer and use it in GitHub Desktop.
Save r-ryantm/c83b535fa9af16e1a347acdb16b1e942 to your computer and use it in GitHub Desktop.
/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