# Install n8n Locally With Docker Desktop

## Метаданные

- **Канал:** n8n
- **YouTube:** https://www.youtube.com/watch?v=6ET3G7GiqZA
- **Дата:** 23.09.2025
- **Длительность:** 4:19
- **Просмотры:** 262,953

## Описание

Learn how to install and run n8n locally using Docker Desktop with a simple GUI setup - no command line needed! This quick tutorial shows you how to get n8n running on your computer with persistent data storage in under 5 minutes. 

🎯 What You'll Learn:

- Installing Docker Desktop on your system
- Setting up n8n container through Docker Desktop's interface
- Configuring persistent data storage for your workflows
- Accessing your local n8n instance

⏰ Perfect for: Beginners who want to try n8n locally without touching the terminal

🔧 Prerequisites: Just a computer - we'll handle everything through Docker Desktop's GUI!

Reference: https://go.n8n.io/n8n-docker

To get started even quicker,  sign up for n8n cloud https://go.n8n.io/n8n-pricing

💡 Ready to automate your workflows? This is the easiest way to get started with n8n locally!

Time Stamps: 
00:00 - Introduction
00:16 - Download Docker Desktop
00:34 - Install Docker Desktop
01:13 - Open Docker Desktop
01:23 - Get your timezone
01:44 - Create persistent volume
02:12 - Download n8n image
02:27 - Configure container settings
03:45 - Start n8n container
03:51 - Access n8n locally

## Содержание

### [0:00](https://www.youtube.com/watch?v=6ET3G7GiqZA) Introduction

I'm Jamie, senior devril and education here at N8. Today I'm going to do a quick video on how to get N running locally using Docker Desktop. The installation is much the same between uh Mac and Windows, but I'm going to be doing it on a Mac. First thing you need to going to do is go to docket. com and

### [0:16](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=16s) Download Docker Desktop

click on download Docker Desktop. If you're on a newer M series Mac, you want to select Apple Silicon. If you're on an older Mac, uh you want Intel chip. For most uh Windows machines, you'll be picking AMD 64, but if you've got one of the newer Copilot PCs, then you'll be picking ARM 64. So, you go here and

### [0:34](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=34s) Install Docker Desktop

download. Once it's downloaded, you'll need to mount the disc image. Like any Mac installation, all you need to do is drag it into applications. I've already done that, so I'm not going to do it again. If you're on a Windows machine, you are going to need to have admin access. You actually need admin access on um all operating systems for Docker install because it needs root access. On Windows, it is a standard wizard. It will install WSL 2, but if you already have that, it's a nice quick installation. So, once you have Docker copied and you open it

### [1:13](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=73s) Open Docker Desktop

now, from our Docker installation docs, we're using the terminal to get Docker up and running. Because we're using Docker Desktop, I'm going to show you

### [1:23](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=83s) Get your timezone

how to do it all in Docker Desktop. What you're going to need to do is get your time zone, which you can get from this link here. Ours is Berlin, so that is Europe/ Berlin. Then we have these two commands you would run normally on the command line, but what we're going to do is we're going to run them within Docker Desktop. The first thing we're going to need to do is create the data volume.

### [1:44](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=104s) Create persistent volume

So, you want to click on volumes and click create volume. The reason why we're creating this volume is that's where we store all of the data for N8N. So if you upgrade the N8N image, restart your computer or anything like that, then your data will be persistent. So all your workflows will be there after a reboot. So you create the volume. The next thing we need to do is we actually need to get N. So you click on images

### [2:12](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=132s) Download n8n image

and search for images. And we've got N here. We want to pull that image down. You can run it from here. However, I like to pull the image down first. And when that's done, you can configure it

### [2:27](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=147s) Configure container settings

to create the container. Now that the image is downloaded, what we want to do is we want to run the image. So if we come back to our configuration here, we've already created the volume and now we need to actually create the container. We do have some environment variables that we need to set up and that can all be done once we run. So under optional settings, this is where we're going to add all of this information. So let's name the container N8N. The host port is 5678. The host path is that volume we just created. And the container path is this one here /home/node. n. Then we need to create some environment variables. The first one being generic time zone which is Europe Berlin. The second one is Berlin as well. Then we have two more environment variables we need which is enforce setting file permissions to true and the last one is node runners enabled to true. That will give us an identical image as to what we have from the command line.

### [3:45](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=225s) Start n8n container

So you click run. That will take a few seconds to configure. You now have a

### [3:51](https://www.youtube.com/watch?v=6ET3G7GiqZA&t=231s) Access n8n locally

working N8 installed. So you can register and start using N8N locally. You will have some limitations such as web hooks not being uh usable until you create a tunnel which is beyond the purpose of this video. But if you need that, let us know in the comments and I will do a video on how tunneling works. That's it for this video. If you have any questions, please leave them in the comments below. Until next time, happy flow grooming.

---
*Источник: https://ekstraktznaniy.ru/video/15271*