|
|
|
|
|
by jpgvm
958 days ago
|
|
This is not talking so much about the Docker GUI things but rather this doesn't require a Docker daemon at all. Similar tools are Google's Jib for JVM based applications, `rules_docker` and `rules_oci` for Bazel etc. All of which allow you to build applications without needing a Docker runtime at all during the build process which is a huge plus for portability, performance and repeatability. |
|