Best of DockerFebruary 2022

  1. 1
    Article
    Avatar of itnextITNEXT·4y

    Replace Docker Desktop with lima

    Docker Desktop was automatically mounting some paths on the Linux VM, like the Home folder. Lima has everything, automatic volume mount, port forwarding, and support to Intel and M1 CPUs. I plan to have Lima manage a VM running the Docker server and expose the socket to my Mac.

  2. 2
    Article
    Avatar of hnHacker News·4y

    gristlabs/grist-core: Grist is the evolution of spreadsheets.

    Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive. Full Python syntax is supported, and the standard library. Many Excel functions also available. Grist Labs offers a hosted service at docs.getgrist.com.

  3. 3
    Article
    Avatar of devgeniusDev Genius·4y

    Microservices [Part 1] — With Maven, Spring Boot, And Docker

    Microservices decouple components, allowing us to focus on a portion of the whole application. In this article, I’ll teach you how to use Spring Boot to create a microservice that connects to a Postgres database. The link to the source code repository will be added at the end of this tutorial.