Tag: docker

docker exit code 1

How to troubleshoot exit code 1 in Docker

Dev

exit code 1 is one of the most common and frustrating errors for developers working in Docker. Explore what it means and how to fix it.

Ukeje Goodness
Apr 1, 2025 ⋅ 4 min read
docker exec command

How to use docker exec to interact with running containers

Dev

Read up on how to interact with running containers using the docker exec command, and discover the difference between exec and attach.

Paul Akinyemi
Mar 25, 2025 ⋅ 4 min read
top ten docker alternatives worth considering

The 10 best Docker alternatives to consider

Dev

Although Docker remains the dominant platform for containerization and container management, it’s good to know about different tools that may work better for certain use cases.

Ayooluwa Isaiah
Feb 21, 2025 ⋅ 13 min read
Using Dev Containers In Vs Code For An Easier Dev Setup Process

Using dev containers with VS Code for an easier dev setup

Dev

You can leverage containers to streamline the process of setting up a dev environment. Let’s see how using VS Code and Docker.

Yashodhan Joshi
Nov 21, 2023 ⋅ 11 min read
Understanding Docker Container Monitoring

Understanding Docker container monitoring

Dev

Learn the importance of Docker container monitoring and using tools like the docker stats command, Prometheus, and cAdvisor.

Brain Aboze
Jan 25, 2023 ⋅ 7 min read
Setting Up a Headless Chrome Node.js Server in Docker

Setting up a Headless Chrome Node.js server in Docker

Dev

In this tutorial, we’ll demonstrate how to create a Dockerfile to set up a Headless Chrome browser in Node.js.

Tigran Bayburtsyan
Jan 9, 2023 ⋅ 5 min read
Beat Flaky Tests with Docker Containers

Using Docker containers to beat flaky tests

Dev

With Docker containers and test isolation, we greatly reduce the chances of encountering flaky tests in our applications.

Caleb Mathew
Dec 27, 2022 ⋅ 6 min read
Run Phoenix Application Docker

How to run a Phoenix application with Docker

Dev

Create a Dockerfile that serves as a starting point to deploy your Phoenix application, then customize it to fit your needs.

Simon Bundgaard-Egeberg
Dec 8, 2022 ⋅ 4 min read
Setting Up Laravel With Docker Compose On Ubuntu V22.04

How to run Laravel with Docker Compose on Ubuntu v22.04

Dev

Learn how to run the Laravel framework with Docker Compose on Ubuntu v22.04 using the Backpack Laravel package.

Geshan Manandhar
Dec 5, 2022 ⋅ 10 min read
Using Dagger Docker CI CD

Using Dagger with Docker for better CI/CD

Dev

Learn how to use Dagger, an open-source devkit, with Docker to improve your CI/CD pipelines.

Timothy Olaleke
Nov 18, 2022 ⋅ 5 min read

Using DockerSlim to minimize container image size

Dev

Let’s explore DockerSlim, a handy tool for minimizing Docker container image sizes to keep containers lightweight and secure.

Samson Omojola
Nov 10, 2022 ⋅ 5 min read
Fast API Docker Containers

Using FastAPI inside Docker containers

Dev

To containerize a FastAPI application with Docker, first, we need to add a Dockerfile to the project, build an image from the Dockerfile, and run a container from the image.

Nyior Clement
Nov 2, 2022 ⋅ 6 min read