nestybox / sysbox

An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
Apache License 2.0
2.78k stars 152 forks source link

Broken link in Quickstart Guide #418

Closed adamgit closed 2 years ago

adamgit commented 2 years ago

The link to the Dockerfile, in fourth para "The Docker file is HERE" is broken, currently it's:

https://github.com/nestybox/dockerfiles/blob/main/ubuntu-bionic-systemd/Dockerfile (this currently is 404)

I think it should be:

https://github.com/nestybox/dockerfiles/blob/master/ubuntu-bionic-systemd/Dockerfile

ctalledo commented 2 years ago

Thanks @adamgit for reporting this!

There were several links broken in a similar way, will fix them soon via this PR:

https://github.com/nestybox/sysbox/pull/419

ctalledo commented 2 years ago

PR was merged, closing.