As mentioned earlier, Docker internally uses the Docker engine API to fulfill all our containerization need
s. In this recipe, we will be using the curl command and the Docker engine APIs to perform various operations on the Docker images.
As mentioned earlier, Docker internally uses the Docker engine API to fulfill all our containerization need
s. In this recipe, we will be using the curl command and the Docker engine APIs to perform various operations on the Docker images.
In this recipe, we'll look at a few image operations, as follows:
Here is an example of the preceding syntax:
The /images/create API supports a few options, as listed next, to work with images:
Now let's look into a few examples:
$ curl -X...