|
|
|
|
|
by cpuguy83
823 days ago
|
|
Even with the Dockerfile format you can union those filesystems (COPY --link). People use the Dockerfile format because it is accessible.
You can still use "docker build" with whatever format you want, or drive it completely via API where you have the full power of the system. |
|
I'm not sure what you mean by 'You can still use "docker build" with whatever format you want'. As far as I'm aware, "docker build" can only build Dockerfiles.
I'm also not sure what you mean when you mention gaining extra abilities to make layered images via the API. As far as I can tell, the only way to make images from the API is to either run Dockerfiles or to freeze a running container's filesystem into an image.