Skip to content

Installing Manual Docker Issue | Name Inconsistency #125

Open
@BigCollie

Description

@BigCollie

Mispell

1.Open your terminal and navigate to the project directory.
2.Run the following command to build the Docker image:

docker build . -t blocklyml/demo

Once the image is built, you can launch the app by executing the following command:

docker run -ti -p5000:5000 blockly_ml/demo

Expected Behavior:

The image name should be consistent across both commands to avoid confusion and errors.

Actual Behavior:

The build command uses blocklyml/demo, while the run command uses blockly_ml/demo. This inconsistency leads to errors when trying to run the container, as the image cannot be found.

Suggested Fix:

Update the documentation to ensure that the image name is consistent.

Additional Information:

Docker version

Docker Desktop 4.34.3

Operating System

Microsoft Windows 11 Pro | Version 10.0.22631 Build 22631

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