Skip to content
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

Installing Manual Docker Issue | Name Inconsistency #125

Open
BigCollie opened this issue Oct 27, 2024 · 1 comment
Open

Installing Manual Docker Issue | Name Inconsistency #125

BigCollie opened this issue Oct 27, 2024 · 1 comment

Comments

@BigCollie
Copy link

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

Copy link

Thank you for contributing to BLocklyML

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant