{"id":1229,"date":"2025-09-02T16:20:42","date_gmt":"2025-09-02T07:20:42","guid":{"rendered":"https:\/\/absol.kr\/?p=1229"},"modified":"2026-01-25T19:22:32","modified_gmt":"2026-01-25T10:22:32","slug":"docker-%ec%84%a4%ec%b9%98-%eb%b0%a9%eb%b2%95-for-n8n","status":"publish","type":"post","link":"https:\/\/absol.kr\/?p=1229","title":{"rendered":"Docker ubuntu \uc124\uce58 for n8n"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">1. \uc0ac\uc804 \uc900\ube44 \uc0ac\ud56d<\/h3>\n\n\n\n<p>n8n\uc744 Docker\ub85c \uc124\uce58\ud558\uae30 \uc804\uc5d0 \ub2e4\uc74c \uc0ac\ud56d\ub4e4\uc744 \uc900\ube44.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ubuntu \uc11c\ubc84<\/strong>: \ucd5c\uc18c 2GB \uc774\uc0c1\uc758 \uba54\ubaa8\ub9ac(RAM)\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li><strong>\uc0ac\uc6a9\uc790 \uad8c\ud55c<\/strong>:&nbsp;<code>sudo<\/code>&nbsp;\uad8c\ud55c\uc744 \uac00\uc9c4 \uc0ac\uc6a9\uc790 \uacc4\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.\n<ul class=\"wp-block-list\">\n<li>\ucc38\uace0 URL. <a href=\"https:\/\/docs.docker.com\/engine\/install\/ubuntu\/#install-using-the-repository\">https:\/\/docs.docker.com\/engine\/install\/ubuntu\/#install-using-the-repository<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"prerequisites\"><a href=\"https:\/\/docs.docker.com\/desktop\/setup\/install\/linux\/ubuntu\/#prerequisites\">Prerequisites<\/a><\/h2>\n\n\n\n<p>To install Docker Desktop successfully, you must:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Meet the\u00a0<a href=\"https:\/\/docs.docker.com\/desktop\/setup\/install\/linux\/#general-system-requirements\">general system requirements<\/a>.<\/li>\n\n\n\n<li>Have an x86-64 system with Ubuntu 22.04, 24.04, or the latest non-LTS version.<\/li>\n\n\n\n<li>If you&#8217;re not using GNOME, you must install\u00a0<code>gnome-terminal<\/code>\u00a0to enable terminal access from Docker Desktop:<br><code>$ sudo apt install gnome-terminal<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-using-the-repository\"><a href=\"https:\/\/docs.docker.com\/engine\/install\/ubuntu\/#install-using-the-repository\">Install using the\u00a0<code>apt<\/code>\u00a0repository<\/a><\/h3>\n\n\n\n<p>Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker&nbsp;<code>apt<\/code>&nbsp;repository. Afterward, you can install and update Docker from the repository.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Set up Docker&#8217;s&nbsp;<code>apt<\/code>&nbsp;repository.<br><code># Add Docker's official GPG key: <\/code><br><code>sudo apt update <\/code><br><code>sudo apt install ca-certificates curl <\/code><br><code>sudo install -m 0755 -d \/etc\/apt\/keyrings <\/code><br><code>sudo curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg -o \/etc\/apt\/keyrings\/docker.asc <\/code><br><code>sudo chmod a+r \/etc\/apt\/keyrings\/docker.asc <\/code><br><br><code># Add the repository to Apt sources: <\/code><br><code>sudo tee \/etc\/apt\/sources.list.d\/docker.sources &lt;&lt;EOF Types: deb URIs: https:\/\/download.docker.com\/linux\/ubuntu Suites: $(. \/etc\/os-release &amp;&amp; echo \"${UBUNTU_CODENAME:-$VERSION_CODENAME}\") Components: stable Signed-By: \/etc\/apt\/keyrings\/docker.asc EOF <\/code><br><code>sudo apt update<\/code><br><\/li>\n\n\n\n<li>Install the Docker packages.Latest&nbsp;Specific versionTo install the latest version, run:<br><code>$ sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin <\/code><br>Note: The Docker service starts automatically after installation. To verify that Docker is running, use:<br><code>$ sudo systemctl status docker <\/code><br>Some systems may have this behavior disabled and will require a manual start:<br><code>$ sudo systemctl start docker<\/code><br><\/li>\n\n\n\n<li>Verify that the installation is successful by running the&nbsp;<code>hello-world<\/code>&nbsp;image:<br><code>$ sudo docker run hello-world <\/code><br>This command downloads a test image and runs it in a container. When the container runs, it prints a confirmation message and exits.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>1. \uc0ac\uc804 \uc900\ube44 \uc0ac\ud56d n8n\uc744 Docker\ub85c \uc124\uce58\ud558\uae30 \uc804\uc5d0 \ub2e4\uc74c \uc0ac\ud56d\ub4e4\uc744 \uc900\ube44. Prerequisites To install Docker Desktop successfully, you must: Install using the\u00a0apt\u00a0repository Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker&nbsp;apt&nbsp;repository. Afterward, you can install and update Docker from the repository.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1229","post","type-post","status-publish","format-standard","hentry","category-d-service"],"_links":{"self":[{"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts\/1229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1229"}],"version-history":[{"count":5,"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts\/1229\/revisions"}],"predecessor-version":[{"id":1265,"href":"https:\/\/absol.kr\/index.php?rest_route=\/wp\/v2\/posts\/1229\/revisions\/1265"}],"wp:attachment":[{"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1229"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1229"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/absol.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}