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

Docker.me #42

Open
dacort opened this issue May 31, 2023 · 1 comment
Open

Docker.me #42

dacort opened this issue May 31, 2023 · 1 comment

Comments

@dacort
Copy link
Owner

dacort commented May 31, 2023

Headline

A simple service where you can upload, build, build, publish and run Docker images all from the comfort of your browser.

Value Prop

Publishing Docker images is too hard today. You have to create a new GitHub repo, you have to create the Dockerfile, get it committed, figure out how to create a GitHub Action, and then push it to wherever, and then be surprised when it doesn't work, and then do it all over again if you want to do it somewhere else.

Imagine, if you will, a service, that lets you interactively paste or upload your Dockerfile, auto-builds it for you, and depending on where you have authenticated, publishes it that container registry.

In addition, you can even run your Docker containers interactively in the browser in order to test them out and interact with them.

@dacort
Copy link
Owner Author

dacort commented Jul 5, 2023

For the interactive mode, it could also give you some nice tidbits of informatio like how big each layer is and if there are any ways to optimize the current layer.

What this also really needs is a backend that can spin up and down in milliseconds. ;)

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

No branches or pull requests

1 participant