{"id":606,"date":"2019-03-08T20:55:32","date_gmt":"2019-03-09T04:55:32","guid":{"rendered":"https:\/\/doubleecpu.com\/?page_id=606"},"modified":"2019-06-26T00:25:09","modified_gmt":"2019-06-26T07:25:09","slug":"docker","status":"publish","type":"page","link":"https:\/\/doubleecpu.com\/index.php\/shop\/docker\/","title":{"rendered":"Docker"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Install Docker On Windows 10<\/h2>\n\n\n\n<p>Setup an account on https:\/\/hub.docker.com <\/p>\n\n\n\n<p style=\"text-align:left\">Get the latest installer from <a href=\"https:\/\/download.docker.com\/win\/stable\/Docker%20for%20Windows%20Installer.exe\">download.docker.com<\/a> and then run the wizard.<br>Read the the license and if contents are ok agree to authorize the installer to proceed with the install.  Privileged access is needed (requiring authentication) to install networking components, links to the Docker apps, and manage the Hyper-V VMs. After installer finishes you can run Docker for Windows desktop App. <\/p>\n\n\n\n<p><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Docker on Raspberry Pi<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">!\/usr\/bin\/env bash<br>UPDATE_COMPLETE= false<br> UPGARDE_COMPLETE= false<br> AUTOREMOVE_COMPLETE= false<br> echo \"Starting Update -----------------------\"<br> apt-get update<br> echo \"Starting Upgrade -----------------------\"<br> apt-get upgrade<br> echo \"autoremoving -----------------------\"<br> apt autoremove -y<br> echo \"Installing NodeJS and npm  -----------------------\"<br> apt-get install nodejs npm<br> npm install -g http-server<br> echo \"adding Docker  -----------------------\"<br> curl -fsSL get.docker.com -o get-docker.sh &amp;&amp; sh get-docker.sh<br> groupadd docker<br> gpasswd -a $USER docker<br> newgrp docker<br> docker run hello-world<br> echo \"Finished  -----------------------\"<br> echo \"Node $(node -v)\"<br> echo \"npm $(npm -v)\"<br> echo \"docker $(docker -v)\"<\/pre>\n\n\n\n<p>Create Test Website<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">touch \/home\/pi\/Public\/index.html <\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Install Docker On Windows 10 Setup an account on https:\/\/hub.docker.com Get the latest installer from download.docker.com and then run the wizard.Read the the license and if contents are ok agree to authorize the installer to proceed with the install. Privileged access is needed (requiring authentication) to install networking components, links to the Docker apps, and &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/doubleecpu.com\/index.php\/shop\/docker\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Docker&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":22,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-606","page","type-page","status-publish","hentry"],"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/comments?post=606"}],"version-history":[{"count":0,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/606\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/22"}],"wp:attachment":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/media?parent=606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}