containeryard 0.3.5

Container Yard is a declarative, reproducible, and reusable decentralized approach for defining containers. Think Nix flakes meets Containerfiles (aka Dockerfiles).
1
2
3
4
5
`Containerfile` was created by running
```bash
yard build .
```
Which also pulled int the `setup_bash.sh` file.