README.md: merge the 2 "Related projects" sections (#13)

This commit is contained in:
Raphael Das Gupta 2021-02-07 22:39:49 +01:00 committed by GitHub
parent dacde3f71f
commit f01e5ddc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,12 +96,6 @@ Then run `nix-build -A <image-name>` to test that it builds, and
then use then use
`docker load -i /nix/store/...<image-name>.tar.gz` to load and test the image. `docker load -i /nix/store/...<image-name>.tar.gz` to load and test the image.
## Related projects
The [docker-library](https://github.com/docker-library/official-images#readme)
is an image set maintained by the Docker Inc. team and contain
officially-supported images.
## User Feedback ## User Feedback
### Issues ### Issues
@ -122,6 +116,10 @@ them as fast as we can.
## Related projects ## Related projects
* The [docker-library](https://github.com/docker-library/official-images#readme)
is an image set maintained by the Docker Inc. team and contain
officially-supported images.
* [Nixery](https://nixery.dev/) is a pretty cool service that builds docker * [Nixery](https://nixery.dev/) is a pretty cool service that builds docker
images from nixpkgs attributes on the fly. images from nixpkgs attributes on the fly.