Skip to content

Perhaps add docker build to example_app docs #5

@jesperlandmer

Description

@jesperlandmer

When running

docker run -p 5000:5000 example --name example

You'll receive an error message saying that

... pull access denied for example

Probably because "example" is not a public image.
You should perhaps add that you have to build the image specifying the name, e.g.:
docker build . -t example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions