this post was submitted on 30 May 2024
3 points (80.0% liked)

Docker

36 readers
1 users here now

Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at scale, in production, on VMs, bare metal, OpenStack clusters, public clouds and more.

founded 1 year ago
MODERATORS
 

There's a service that I want to use, however for reasons, it no longer has any builds available. Consequently, I am thinking of building it myself. How does one go about doing that and then afterwards, how do I get it up on Docker hub? Can I just create an account and upload?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago

Yes, you can make an account and upload an image. As for making the image, download a base image and use a docker run file to build the image.