Best of DockerFebruary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Why Developers Should Learn Docker and Kubernetes in 2024

    Developers should consider learning Docker and Kubernetes in 2024 due to their importance in the era of Microservices and Cloud Computing. Docker provides containerization, while Kubernetes offers orchestration and management of containers. Learning these tools can enhance a developer's knowledge and career prospects in the evolving tech industry.

  2. 2
    Article
    Avatar of dzDZone·3y

    Top Three Docker Alternatives To Consider

    Podman is a daemonless, open-source, Linux-native container engine that is considered one of the best alternatives for Docker. Podman, Kubernetes, Openshift, LXD, Docker Swarm, BuidKit, and Mesos are some of the popular Docker alternatives available in the market today.

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    CI/CD pipeline for docker images.

    Automate the process of building and pushing docker images using a CI/CD pipeline with GitHub actions.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Deploy Free Figma Alternative Penpot With Docker

    Discover how to deploy Penpot, a free and open-source design tool, locally or remotely with Docker and Traefik. Penpot offers features such as self-hosting, cross-platform compatibility, and the use of SVG as its native format. Learn how to deploy Penpot locally with Docker, and how to deploy it remotely with Docker and Traefik. Take advantage of this Figma alternative and integrate your Penpot designs with your code repositories.

  5. 5
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Docker for Data Science Cheat Sheet

    Docker is an open-source platform for building, packaging, and distributing portable applications, making it an important tool for data science. Docker helps ensure reproducibility and collaboration by allowing code and dependencies to be packaged in containers. The Docker for Data Science cheat sheet provides a handy reference for data scientists, covering topics like containerization, Docker Compose, and advanced management of Docker images.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Build and Deploy NodeJS App On Kubernetes from Scratch

    The post discusses the importance of designing and scaling web applications, the use of containers, and how to build and deploy a NodeJS app on Kubernetes.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Python CRUD Rest API in Python using Flask, SQLAlchemy, Postgres, Docker, and Docker Compose

    Learn how to create a CRUD Rest API in Python using Flask, SQLAlchemy, Postgres, Docker, and Docker Compose. The post provides a step-by-step guide to build the API and dockerize the project.

  8. 8
    Article
    Avatar of phProduct Hunt·3y

    Free full stack hosting by webapp.io - Product Information, Latest Updates, and Reviews 2024

    Free full stack hosting by webapp.io is a platform that allows users to create preview environments for their websites using VM configurations. Recent launches include updates to the hosting service. Users can find pro tips for using the platform.

  9. 9
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·3y

    Attacking and securing Docker containers

    The Docker daemon is actually the core of the docker environment, it runs containers, pull images and manage all the networks and volume. You can use the Docker daemon through a client, or if you want to make things hard you can connect directly to the Docker socket.

  10. 10
    Article
    Avatar of notedNoted·3y

    Yacht - Launch Docker Apps Quick and Easy - Portainer Alternative

    Yacht is a Docker management system and templating platform that provides 1-click deployments. It is a great alternative to Portainer and offers features such as a dashboard, container management, and one-click updates.

  11. 11
    Article
    Avatar of cncfCNCF·3y

    Docker on MacOS is slow and how to fix it

    Docker on MacOS is slow and how to fix it Community post by Paolo Mainardi originally published on Paolo’s personal blog. The only viable option to have a decent performance and a good DX are: VirtioFS to share the filesystem ( Docker Desktop, Rancher Desktop, Colima) There are still some issues.