Best of Docker ComposeApril 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Kubernetes quick tutorial

    This post provides a quick tutorial on how to create a basic Kubernetes example using JavaScript, Node.js, Docker, and Docker Compose. It covers the steps to create a simple Express server, Dockerize the application, and deploy it using Kubernetes. The tutorial also explains pods, deployments, and services in Kubernetes.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Dockerize a Python Application

    Learn how to dockerize a Python application by creating a Dockerfile and running it with Docker Compose. Also, learn how to push the Docker image to Docker Hub.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Dockerize a Python application

    This post provides a tutorial on how to dockerize a Python application. It covers the prerequisites, creating a Dockerfile, using Docker Compose, and pushing the image to Docker Hub.