Deploying public images
Deploy public images (usually open source) in Docker Deploy is quite easy!
What you have to do is:
-
Go to https://dockerdeploy.cloud/dashboard and Register
-
When logged in, in the dashboard click + Create
-
In the next screen chose:
- A name for your deployment.
- A size for the deployment. You can start with the smallest one and scale later ;)
- An architecture. Arm will give you better performance for the price but not all images are built for Arm.
- A Docker Compose file. You can chose one from the templates or use another that you already have.
- An URL for your deployment (optional). If you donβt have a domain, we will generate an URL for you.
-
Save your deployment
-
Hit Deploy
-
If you bring your own URL, you need to create an A DNS record in the domain, pointing to the IP that is assigned to your deployment.
π Thats it! The services you deployed should be working by now