From 1dbc924d3116e7d12824f553548e591f7fce34d2 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Wed, 19 Mar 2025 12:19:07 +0100 Subject: [PATCH] :books: Remove docker installation in favour of the official documentation --- .../technical-guide/getting-started/docker.md | 40 ++----------------- 1 file changed, 4 insertions(+), 36 deletions(-) diff --git a/docs/technical-guide/getting-started/docker.md b/docs/technical-guide/getting-started/docker.md index bd3cab30d..118e85723 100644 --- a/docs/technical-guide/getting-started/docker.md +++ b/docs/technical-guide/getting-started/docker.md @@ -18,42 +18,10 @@ production environments using Docker. For this, we provide a series of *Dockerfi ## Install Docker -

-Skip this section if you already have docker installed, up and running. -

- -Currently, Docker comes into two different flavours: - -### Docker Desktop - -This is the only option to have Docker in a Windows or MacOS. Recently it's also available -for Linux, in the most popular distributions (Debian, Ubuntu and Fedora). - -You can install it following the official guide. - -Docker Desktop has a graphical control panel (GUI) to manage the service and view the -containers, images and volumes. But you need the command line (Terminal in Linux and Mac, or -PowerShell in Windows) to build and run the containers, and execute other operations. - -It already includes **docker compose** utility, needed by Penpot. - -### Docker Engine - -This is the classic and default Docker setup for Linux machines, and the only option for a -Linux VPS without graphical interface. - -You can install it following the official guide. - -And you also need the [docker -compose](https://docs.docker.com/compose/cli-command/#installing-compose-v2) (V2) -plugin. You can use the old **docker-compose** tool, but all the documentation supposes -you are using the V2. - -You can easily check which version of **docker compose** you have. If you can execute -docker compose command, then you have V2. If you need to write docker-compose (with a --) for it to work, you have the old version. +To host a Penpot instance with Docker, it's necessary to have +docker and docker compose +installed. Check the comprehensive official documentation +to install and maintain docker. ## Start Penpot