Howto

Te așteptăm cu nerăbdare să participi la workshop, și te rugăm să vii pregătit de acasă. Să ai pe laptopul tău instalate din timp următoarele aplicații:

  • Docker Desktop sau Engine
  • Docker Compose
  • Git
  • VS Code

La fel, te mai îndemnăm să creezi conturi pe GitHub și Docker Hub, dacă nu l...

The Problem

By default, Docker keeps its data in /var/lib/docker directory.

As Docker can expand rapidly and big, most of default partitioning during OS installation could lead to running out of disk pretty quickly, as we are tempted to try more and more Docker images.

Likelly, it's easy to fix that by having all that data moved to a different partition or even dedicated disk drive.

Occasionally, you might need test files of exact size, to test transfer speeds for instance. Here is how

Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy reference.

Here are the simple steps to follow in order to upgrade php7.2, which has reached EOL, but there are many installations still using this version.

At the time of writing, php7.4 is getting only security support and will reach EOL on 2022-11-28. Consider switching to a 8.x version, if that's possi...