Skip to content

Docker

How to install PHP dependencies and extensions with Docker

Simplify your development workflow by learning how to install PHP dependencies and extensions within Docker containers.
Reading time
12 min read
Updated date
April 12, 2024
Topic
Docker
Topic
PHP Function

All Articles

Automated testing and Continuous Integration in WordPress development

When you use continuous integration alongside automated testing in WordPress development, you can streamline your workflow. Learn how here.
Reading time
19 min read
Updated date
February 20, 2024
Topic
DevKinsta
Topic
Docker
Topic
WordPress Development

20 Docker Commands You Need to Know

Whether you use Docker Desktop or the open-source engine, the Docker CLI helps get work done quickly. Here are our top 20 Docker commands.
Reading time
9 min read
Updated date
December 6, 2023
Topic
Docker

How To Build and Deploy Microservices With Python

Learn how to build and deploy efficient microservices using Python to streamline development, and enhance performance!
Reading time
13 min read
Updated date
March 19, 2024
Topic
Docker
Topic
PostgreSQL
Topic
Python

Learn Redis CLI Basics With WordPress and Docker

Here's how the Redis CLI can put you in command when adding this popular NoSQL database to WordPress (with help from Docker).
Reading time
9 min read
Updated date
October 24, 2023
Topic
DevKinsta
Topic
Docker
Topic
WordPress Development

Use Volumes to Manage Persistent Data With Docker Compose

Learn the importance of using volumes in Docker Compose for handling persistent data and for using volumes effectively.
Reading time
8 min read
Updated date
March 12, 2024
Topic
Docker

Everything You Need To Know About Dockerfile ENTRYPOINT

Explore the use of ENTRYPOINT in Docker, including how it works, why it’s essential, and how to configure it correctly.
Reading time
7 min read
Updated date
December 24, 2023
Topic
Docker

Security Best Practices for Docker Containers

Learn security best practices for Docker containers and how Kinsta can help you deploy secure Docker containers.
Reading time
6 min read
Updated date
August 28, 2023
Topic
Docker
Topic
Security Tips

How Kinsta Improved the End-to-End Development Experience by Dockerizing Every Step of the Production Cycle

Get a full rundown of how Kinsta improved the end-to-end development experience by Dockerizing every step of the production cycle.
Reading time
13 min read
Updated date
March 19, 2024
Topic
Docker
Topic
Kinsta Services

How To SSH Into a Docker Container

Learn and explore how to access local and remote Docker containers for maintenance and updates when necessary.
Reading time
7 min read
Updated date
March 12, 2024
Topic
Docker

How and Why To Run Redis in Docker

Have you ever wondered how and why to run Redis in Docker? This article teaches you how to use both open-source technologies effectively.
Reading time
9 min read
Updated date
November 10, 2023
Topic
Docker

Kubernetes vs Docker: The Difference Explained

Having trouble deciding between Docker and Kubernetes? You aren't alone. They are so different it is tough to compare them directly. Here are benef…
Reading time
7 min read
Updated date
August 25, 2023
Topic
Docker
Topic
Web Development Tools

Remove Docker Images, Volumes, and Containers in Seconds

Keep your Docker development work clean and tidy by learning to remove images, volumes, and containers easily.
Reading time
9 min read
Updated date
August 21, 2023
Topic
Docker
Topic
Web Development Tools