Skip to content

Docker image size #4

Description

@mksenzov

Page https://efficientqa.github.io/submit.html claims that to check image size you will use

docker run "${MODEL}" du -h

Questions:

  1. This implies that anything outside of the workdir is not measured, so if my workdir is /app and I put data in / - that is not counted. Did you intend to say docker run "${MODEL}" du -h / instead?

  2. why not just use docker images output (SIZE column)?

Any clarification would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions