Skip to content

Conversation

Thoughtscript
Copy link
Contributor

@Thoughtscript Thoughtscript commented May 30, 2025

No description provided.

@plaindocs
Copy link
Contributor

Hey @Thoughtscript this is pretty cool. I especially like how you've reused the make script.

Copy link
Contributor

@plaindocs plaindocs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. I've left a few suggestions or queries.

README.md Outdated
Comment on lines 116 to 120
1. Build the Docker Image from the root directory with the command: `docker build .`
1. Find the created Docker Image ID: `docker images` - something like: `sha256:123...`
1. Run the Docker Image Container using that Image ID: `docker run -p 8888:8888 sha256:123...`
1. Access the live site on <http://localhost:8888> through your web browser
1. Both the Docker Container and Image will be present in Docker Desktop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to tag the dockerfile as wtd on creation, and then run the tag? Probably not, you still need the image sha.

Is there no way to just say "run the image build from the current dir" without going around looking for the ID?

@Thoughtscript Thoughtscript changed the title feat: dockerize N/A 2 Jun 28, 2025
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

Successfully merging this pull request may close these issues.

2 participants