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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.