Skip to content

cloudknot has some Docker issues #259

@richford

Description

@richford

Tagging @bloomdt-uw who brought this to my attention

This is a meta-issue concerning cloudknot's use of Docker.

  • DockerImage.clobber(), and therefore Knot.clobber(clobber_image=True) seems to remove only the last layer of an image, not the entire thing.
  • Knot() instantiation with the same Docker image creates entire new images. The expected behavior is the create new tags of the same image.
  • Knot() instantiation is creating containers in addition to images. These containers are still running sometimes after clobber. There is no need to run containers locally so it is mysterious that they are there.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions