{"id":1708,"date":"2015-08-21T12:58:08","date_gmt":"2015-08-21T10:58:08","guid":{"rendered":"https:\/\/bob-team.de\/wordpress\/?p=1708"},"modified":"2024-10-16T19:13:54","modified_gmt":"2024-10-16T17:13:54","slug":"docker-toolbox","status":"publish","type":"post","link":"https:\/\/bob-team.de\/wordpress\/2015\/08\/21\/docker-toolbox\/","title":{"rendered":"Docker Toolbox"},"content":{"rendered":"<p>Die <a href=\"https:\/\/www.docker.com\/toolbox\">Docker Toolbox<\/a> bringt alles mit, was man f\u00fcr einen ersten Einstieg ins Thema ben\u00f6tigt. Die Installation als VirtualBox-VM begrenzt das Lernen auf eine definierte Umgebung. Der Artikel <a href=\"https:\/\/dzone.com\/articles\/introducing-docker-toolbox-the-fastest-way-to-star?oid=top_cta\">Introducing Docker Toolbox: the Fastest Way to Get Started With Docker<\/a> stellt die Toolbox vor und gibt weitere hilfreiche Hinweise.<\/p>\n<p><a href=\"https:\/\/docs.docker.com\/get-started\/part2\/\">Services<\/a> in der <a href=\"https:\/\/www.docker.com\/products\/docker-toolbox\">Docker Toolbox<\/a> ben\u00f6tigen eine Weiterleitung der Ports, um genutzt werden zu k\u00f6nnen.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/bob-team.de\/wordpress\/wp-content\/uploads\/2017\/06\/docker_vbox_port-300x234.gif\" alt=\"\" width=\"420\" class=\"size-medium wp-image-1976\" \/><\/p>\n<p>Siehe auch: <a href=\"https:\/\/medium.com\/travis-on-docker\/microcontainers-tiny-portable-docker-containers-1507e3bf8688\">Microcontainers\u200a\u2014\u200aTiny, Portable Docker Containers<\/a><\/p>\n<p><strong>Installation Docker auf Ubuntu 20.04<\/strong><\/p>\n<pre lang=\"bash\"># apt install docker.io\r\n\r\nPr\u00fcfe Linux-Kernel...\r\nDer laufende Kernel ist aktuell.\r\nDer Prozessor Mikrocode ist aktuell.\r\nEs m\u00fcssen keine Dienste neugestartet werden.\r\nEs m\u00fcssen keine Container neu gestartet werden.\r\nEs gibt keine Nutzer-Sitzungen mit veralteten Prozessen.\r\nNo VM guests are running outdated hypervisor (qemu) binaries on this host.\r\n\r\n# systemctl enable --now docker\r\n# docker --Version\r\n\r\nDocker version 24.0.7, build 24.0.7-0ubuntu4.1\r\n\r\n# adduser xxx\r\n# usermod -aG docker xxx\r\n# su - xxx\r\n\r\n$ docker run hello-world\r\n\r\nUnable to find image 'hello-world:latest' locally\r\nlatest: Pulling from library\/hello-world\r\nc1ec31eb5944: Pull complete\r\nDigest: sha256:80973c8f129f00d54604d2c90732e8e320e5038\r\nStatus: Downloaded newer image for hello-world:latest\r\n\r\nHello from Docker!\r\nThis message shows that your installation appears to be working correctly.\r\n\r\nTo generate this message, Docker took the following steps:\r\n 1. The Docker client contacted the Docker daemon.\r\n 2. The Docker daemon pulled the \"hello-world\" image from the Docker Hub.\r\n    (amd64)\r\n 3. The Docker daemon created a new container from that image which runs the\r\n    executable that produces the output you are currently reading.\r\n 4. The Docker daemon streamed that output to the Docker client, which sent it\r\n    to your terminal.\r\n\r\nTo try something more ambitious, you can run an Ubuntu container with:\r\n $ docker run -it ubuntu bash\r\n\r\nShare images, automate workflows, and more with a free Docker ID:\r\n https:\/\/hub.docker.com\/\r\n\r\nFor more examples and ideas, visit:\r\n https:\/\/docs.docker.com\/get-started\/\r\n\r\n$ docker run -it ubuntu bash<\/pre>\n<p>siehe auch <a href=\"https:\/\/linuxconfig.org\/how-to-install-docker-on-ubuntu-20-04-lts-focal-fossa\">https:\/\/linuxconfig.org<\/a> oder <a href=\"https:\/\/docs.docker.com\/compose\/install\/linux\/\">https:\/\/docs.docker.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Die Docker Toolbox bringt alles mit, was man f\u00fcr einen ersten Einstieg ins Thema ben\u00f6tigt. Die Installation als VirtualBox-VM begrenzt das Lernen auf eine definierte Umgebung. Der Artikel Introducing Docker Toolbox: the Fastest Way to Get Started With Docker stellt die Toolbox vor und gibt weitere hilfreiche Hinweise. Services in der Docker Toolbox ben\u00f6tigen eine [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[127],"class_list":["post-1708","post","type-post","status-publish","format-standard","hentry","category-internet","tag-docker","entry"],"_links":{"self":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/1708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/comments?post=1708"}],"version-history":[{"count":8,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/1708\/revisions"}],"predecessor-version":[{"id":3833,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/1708\/revisions\/3833"}],"wp:attachment":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/media?parent=1708"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/categories?post=1708"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/tags?post=1708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}