Skip to content

Does this library still has external docker engine dependency? #537

Answered by baronfel
nithinbandaru1 asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, I think I see. The SDK tooling isn't going to grow to be a replacement for the Docker Engine itself. Docker has roughly three main parts:

  • Docker the image builder syntax/data models (aka Dockerfiles, the OCI container schemas, etc)
  • Docker the container runtime
  • Docker the container registry

The SDK is only ever going to do the first part. You still need Docker or another container runtime to run the generated images, and the SDK doesn't really care about storing a lot of images (though we do store metadata/layers in our own cache strictly for building user app images).

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@nithinbandaru1
Comment options

@baronfel
Comment options

@nithinbandaru1
Comment options

@baronfel
Comment options

Answer selected by nithinbandaru1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants