|
|
|
|
|
by zrail
2439 days ago
|
|
Yes. You can say "FROM scratch" at the top of your Dockerfile to build an image from nothing (it's actually a no-op). You can also set up a docker registry using open source software not distributed as a docker image. There are several variants but the one I've had my eye on is Nexus OSS[1]. It can manage lots of things, not just Docker. [1]: https://www.sonatype.com/nexus-repository-oss |
|