Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 11, 2021 15:54
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/aa3557c4e840c110231c769db20c3538 to your computer and use it in GitHub Desktop.
Save r-ryantm/aa3557c4e840c110231c769db20c3538 to your computer and use it in GitHub Desktop.
/nix/store/6c1ynhp4k6gwswcy7b1n38w5mzh8n35s-singularity-3.7.3
├── 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