Strapi is a headless CMS that supports REST and GraphQL out of the box. In this video, I walk you through how to deploy Strapi from localhost to Azure Cloud using their App Service and managed MySQL database. (more…)
Read more »
Just Give Me the Code Fine...here you go. Motivation Consider the following Dockerfile: FROM scratch ADD ca-certificates.crt /etc/ssl/certs/ ADD main / CMD ["/main"] Since go is a compiled language, we can make our image lightweight by basing it... (more…)
Read more »
How does awesome Android benefit from dazzling Docker? With an introduction to the Docker way of continuous integration for Android, it would help you get a ... (more…)
Read more »
You’ve probably seen this Tweet already… …ignoring Docker updates is a paid feature now?? pic.twitter.com/ZxKW3b9LQM — Brendan Dolan-Gavitt (@moyix) May 1, 2021 If we needed any more evidence that Docker is in trouble, this is it. At this point Docker, ac... (more…)
Read more »
Docker Swarm is the Docker container orchestration and cluster management. In this tutorial I will show how to monitor Docker Swarm using Sysdig Monitor. (more…)
Read more »