Best of SpaceliftApril 2024

  1. 1
    Article
    Avatar of spaceliftSpacelift·2y

    How to Create a CI/CD Pipeline with Docker [Tutorial]

    The article discusses how to combine Docker and CI/CD in order to automate build, test, and deployment tasks within the software delivery lifecycle. It covers the use of Docker for running CI/CD pipeline jobs and for building and deploying Docker images. The article provides a tutorial on creating a CI/CD pipeline with Docker using GitLab as an example, and also includes some best practices for using Docker in CI/CD.

  2. 2
    Article
    Avatar of spaceliftSpacelift·2y

    How to List Docker Containers [All, Running, Stopped & More]

    Learn how to list Docker containers and their details using 'docker ps' command. Understand the various use cases where listing containers can be helpful. Customize the output using formatting options and filter containers based on specific conditions.

  3. 3
    Article
    Avatar of spaceliftSpacelift·2y

    How to Manage Terraform State with GitLab [Tutorial]

    Learn how to manage Terraform state with GitLab CI/CD. GitLab provides version control and collaboration features for Terraform state files, ensuring consistency and integrity of your infrastructure. Discover the benefits and best practices of using GitLab for managing Terraform state.