{"id":17665,"date":"2026-03-24T08:00:00","date_gmt":"2026-03-24T08:00:00","guid":{"rendered":"https:\/\/evoseedbox.com\/wiki\/docker-beginners-seedbox-guide-ko\/"},"modified":"2026-03-24T08:00:00","modified_gmt":"2026-03-24T08:00:00","password":"","slug":"docker-beginners-seedbox-guide-ko","status":"publish","type":"docs","link":"https:\/\/evoseedbox.com\/ko\/wiki\/docker-beginners-seedbox-guide-ko\/","title":{"rendered":"Docker for Beginners: A Seedbox User&#8217;s Guide"},"content":{"rendered":"<h2>What Is Docker?<\/h2>\n<p>Docker runs applications in isolated &#8220;containers&#8221; \u2014 lightweight virtual environments that bundle an app with everything it needs. On your Evoseedbox, most one-click apps (Sonarr, Radarr, Plex, Deluge) run inside Docker containers.<\/p>\n<h2>Why Docker on a Seedbox?<\/h2>\n<ul>\n<li><strong>Isolation:<\/strong> Each app runs independently \u2014 one crashing doesn&#8217;t affect others<\/li>\n<li><strong>Easy updates:<\/strong> Pull a new container image to update an app instantly<\/li>\n<li><strong>Clean installs:<\/strong> Remove a container and all its dependencies are gone<\/li>\n<li><strong>Consistency:<\/strong> Same app behavior regardless of server OS<\/li>\n<\/ul>\n<h2>Basic Docker Commands via SSH<\/h2>\n<pre><code># List running containersndocker psnn# List all containers (including stopped)ndocker ps -ann# View container logsndocker logs container_namenn# Restart a containerndocker restart container_namenn# Stop a containerndocker stop container_namenn# Start a stopped containerndocker start container_namenn# View resource usagendocker stats<\/code><\/pre>\n<h2>When to Use Docker Commands<\/h2>\n<p>For most tasks, use the Evoseedbox dashboard (one-click install, restart, update). Docker commands are useful when:<\/p>\n<ul>\n<li>An app is stuck and the dashboard restart doesn&#8217;t work<\/li>\n<li>You need to check app logs for errors<\/li>\n<li>You want to install an app not in the one-click installer<\/li>\n<\/ul>\n<h2>Related Guides<\/h2>\n<ul>\n<li><a href=\"\/wiki\/openssh-tutorial\/\">OpenSSH Tutorial<\/a> \u2014 connect to your seedbox via SSH<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>What Is Docker? Docker runs applications in isolated &#8220;containers&#8221; \u2014 lightweight virtual environments that bundle an app with everything it needs. On [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[],"doc_tag":[],"class_list":["post-17665","docs","type-docs","status-publish","hentry"],"year_month":"2026-04","word_count":176,"total_views":"3","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Tim Michels","author_nicename":"admin","author_url":"https:\/\/evoseedbox.com\/ko\/author\/admin\/"},"doc_category_info":[],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/docs\/17665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/comments?post=17665"}],"version-history":[{"count":0,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/docs\/17665\/revisions"}],"wp:attachment":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/media?parent=17665"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/doc_category?post=17665"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/doc_tag?post=17665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}