-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behavior building an image #262
Comments
Could you explain your motivation or what you're trying to achieve? I don't see any problem yet... |
Of course, what happens is that when you create an image using that dockerfile using the terminal, the corresponding image is created, including prove using the |
Hey @orelvis15 this is not an issue related to bollard. Container image are created using container. You have one container running for each command you set in your dockerfile. by default when you build using the docker cli it will remove them, when you use the API dirrectly you have to specify an option to delete them.
|
Hello Goodnight!.
I am testing an example of the slightly modified lib it would be running like this.
Dockerfile
When executing this code, an unusual behavior begins, first two images are created, one with the name Ubuntu and the other None, then containers are created up to a total of 21.
I leave the captures of how the final result looks.
And these are the two images created.


Docker version
Any idea what my mistake would be?
The text was updated successfully, but these errors were encountered: