docker run -d --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Start the n8n Docker container
Launches the official n8n image detached, mapping host port 5678 to the container and mounting the n8n_data volume over /home/node/.n8n so data survives restarts. The image comes from docker.n8n.io/n8nio/n8n, the registry the docs use. Open http://localhost:5678 afterwards to reach the editor.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.