Today Container Registry is generally available, allowing you to deploy Docker images to Heroku. (more…)
Read more »
Next.js is definitely a very good solution for making modern web applications, it's fast, simple, and reliable. It works very well also with Docker, you can build a production image with a few lines of Dockerfile, and deploy your app to the world.
H... (more…)
Read more »
Setting up a Docker Swarm (“docker swarm mode” if you want to be more accurate), is
pretty much a trivial process. You need 3 nodes, create a swarm on one of them and
join the other two nodes to the swarm. Simple. What if you wanted a 100 swarm nodes?
How... (more…)
Read more »
A collect of docker-compose files to make development easier. - GitHub - spikex/rails-on-docker: A collect of docker-compose files to make development easier. (more…)
Read more »
Tim's internet corner. You will find occasional articles related to Linux, other UNIX-like systems, and DevOps here. (more…)
Read more »