Skip to main content

Docker

2024

How I Deploy my apps with one command
·446 words·3 mins
Technology Docker
Instead of using actions or some other way of CI/CD’ing my apps, I simply work with a deploy script that will build a Docker Container, push it to my registry, SSH into the remote, pull the container, make sure it runs, then apply NGINX configurations and SSL certificates so that the app is live on the internet for all to see.
Using Gitea as Your Docker Hub
·123 words·1 min
Technology Docker
I have a bit of an unconventional way to deploy docker containers - I saw that Docker Hub wanted to charge montly fees when I am simply pushing and pulling images infrequently, so I decided to do this via my Gitea instance.