13%
Docker für Dummies: (Für Dummies)

Docker für Dummies: (Für Dummies)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Haben Sie Ihre Software schon »containerisiert«? Wissen Sie, wie Sie die Container-Technologie am besten in Ihrem Unternehmen einsetzen können? Wenn nicht, dann sollten Sie jetzt damit beginnen, sich mit dieser Technologie auseinanderzusetzen, da es im Schnitt alle zehn Jahre eine Revolution in der IT gibt. Und nun ist es wieder so weit: Docker erobert die Welt. Dieses Buch stellt die Docker-Technologie vor und präsentiert viele praxisrelevante Beispiele, wie diese Technologie gewinnbringend eingesetzt werden kann. Anschließend wissen Sie, wie Sie Docker für Ihre eigenen Zwecke nutzen können.

Table of Contents:
Über die Autoren 9 Einführung 21 Warum ist es wichtig, sich jetzt mit Docker zu beschäftigen? 21 Wer dieses Buch lesen sollte 23 Was Sie nicht lesen müssen 24 Törichte Annahmen über den Leser 24 Wie dieses Buch aufgebaut ist 25 Wie es weitergeht 28 Teil I Einführung in Docker 29 Kapitel 1 Container oder VM? 31 Was genau ist Docker? 31 Docker ist kostenlos – oder? 32 Grundlegende Elemente in Docker 33 Container 35 Images 35 Container-Netzwerke 36 Vergleich Container und virtuelle Maschinen 36 Was genau macht eine Virtualisierungsumgebung? 38 Was ist ein Container? 40 Einsatzgebiete von Docker 41 Verschiedene Ausführungsarten von Docker-Containern 44 Kapitel 2 Das Fenster und der Wal: Docker on Windows 47 Docker unter Windows installieren 48 Docker über die GUI installieren 49 Docker über PowerShell installieren 54 Docker über Chocolatey installieren 57 Der Windows-Container-Dienst und die unterschiedlichen Container-Arten 59 Docker auf Windows-Versionen, die kein Hyper-V besitzen 61 Was ist neu für Container in Windows Server 2019? 70 Kapitel 3 Der Apfel und der Wal: Docker auf dem Mac 71 Docker auf dem Mac installieren 72 Die Docker-Toolbox 78 Nützliche Tools für Docker auf dem Mac 85 Häufige Fehler und deren Lösung 86 Kapitel 4 Der Pinguin und der Wal: Docker on Linux 89 Docker unter CentOS installieren 90 Docker unter Ubuntu installieren 91 Docker unter Arch-Linux installieren 93 Docker ohne Paketverwaltung installieren 93 Es geht auch einfacher: Convenience-Skripte 94 Docker als Nicht-root-user verwenden 95 Kapitel 5 First Contact – eine erste Begegnung mit dem Wal 97 Kapitel 6 Nützliche Tools für die Arbeit mit Docker 105 Tools zum Schreiben und Verwalten von Quellcode 105 Tools für den Betrieb von Containern 106 CI-/CD-Tools, die Docker verwenden 107 Teil II Fortgeschrittene Techniken 109 Kapitel 7 Docker von der Stange: Docker Hub 111 Was ist der Docker Hub? Von Registry und Repositories 112 Ordnung im Chaos: Images im Docker Hub-Repository finden 113 Tags verwenden, um Container zu starten 118 Kapitel 8 Maßgeschneidert: Aufbau eigener Docker-Images 121 Das Format von Dockerfiles 122 Ihr erstes eigenes Dockerfile 124 Eine sinnvollere Anwendung für eigene Dockerfiles 128 Ihr eigenes base image 131 Kapitel 9 Vom Image zur Umgebung: Docker Compose 133 Eine Umgebung definieren: docker-compose.yml 135 Docker Compose mit eigenen Images 137 Umgebungen mit mehreren Containern 138 Ein einfacher Besuchszähler bestehend aus zwei Containern 139 Eine Entwicklungsumgebung für komplexere Webanwendungen 144 Kapitel 10 Netzwerke in Docker 155 Die Docker-Netzwerke 155 Anwendungsisolierung über Docker-Netzwerke 158 Mit den Docker-Netzen spielen 159 Ein komplexeres Beispiel: Poor Man‘s Loadbalancer mit Round Robin 165 Kapitel 11 Docker-Inhalte behalten – Volumes und Bind Mounts 173 Docker-Volumes 174 Bind Mounts 179 Kapitel 12 Eine eigene Docker-Registry aufbauen 183 Docker Hub unter der Lupe 184 Ein Image manuell auf Docker Hub veröffentlichen 185 Docker Hub, Docker Store und Docker Cloud 189 Die lokale Docker-Registry 189 Eine eigene Docker-Registry bauen 192 Etwas mehr Nachhaltigkeit – Docker-Registry mit Bind Mount 197 Registries von Drittanbietern 200 Kapitel 13 Windows-Container und der Windows-Containerdienst 203 Die Windows-Container-Arten 203 Windows-Container unter Windows 10 205 Windows-Container auf Windows Server 2016/2019 211 Kapitel 14 Ab in den Hub 215 Automatisches Erstellen von Images 215 Strategien für automatisierte Builds 218 Teil III Walgesänge in Den Wolken 221 Kapitel 15 Docker, Microservices-Architekturen und Serverless Computing 223 Microservices – was ist das? 224 Wie funktioniert eine Microservices-Architektur? 225 Wie passt das zu Docker? 226 Wegwerf-Infrastruktur 227 Serverless Computing – Server-Anwendungen ohne Server? 227 Was leisten Serverless-Dienste? 228 Wie passt Serverless zu Docker? 231 Kapitel 16 The Sky is the Limit – Docker auf Azure 233 Die Azure-Container-Dienste 235 Einen Container mit Azure Container instances bereitstellen 237 Einen Container über das Azure-Portal bereitstellen 241 Eine private Docker-Registry in Azure aufbauen 245 Einen Kubernetes-Cluster mit Azure Kubernetes Service (AKS) erstellen 250 Kapitel 17 Auch in Gelb: Docker auf AWS 261 Amazon ECS 261 AWS Fargate 264 Amazon ECR 265 Amazon EKS 265 AWS Batch und Docker EE 267 Kapitel 18 Alle können Docker 269 Google Cloud Services 269 IBM Cloud 270 Digital Ocean 270 Sloppy.io 270 Nutzung der Docker Machine 271 Kapitel 19 Docker Swarm 273 Von Managern und Arbeitern 274 Erste Schritte mit Docker Swarm – lokal 276 Ein Swarm-Cluster mit drei Knoten 283 Drei Knoten auf einem einzigen Rechner 284 Den Cluster in play-with-docker.com aufbauen 290 Weitere Swarm-Themen 296 Kapitel 20 Kubernetes 299 Was ist Kubernetes? 299 Komponenten von Kubernetes 300 Objekte in Kubernetes 303 Knoten, Pods und Container 304 Eine Kubernetes-Umgebung aufsetzen 306 Minikube, Ihr Ein-Knoten-Cluster 306 Installation von Minikube 307 Arbeiten mit Minikube 310 Ihre erste Kubernetes-Anwendung 312 Es geht auch einfacher: Testen ohne eigenen Cluster 315 Teil IV Hands on Docker 321 Kapitel 21 Unter Druck – Eine WordPress-Entwicklungsumgebung 323 Die WordPress-Umgebung per Hand aufbauen 323 Die WordPress-Umgebung mit Docker Compose aufbauen 334 Ein verbessertes WordPress-Image 336 Kapitel 22 Interessante Docker-Images 347 Datenbanken 347 Programmiersprachen 348 Webanwendungen 349 Desktop-Anwendungen 349 Kapitel 23 Datenbanken in Containern: MySQL, MariaDB und PostgreSQL 351 MySQL 352 PHPMyAdmin 352 MariaDB 354 PostgreSQL 356 Kapitel 24 Noch mehr Datenbanken in Containern – Der Microsoft SQL Server 359 Einen SQL Server im Container bereitstellen 360 Einen SQL Server im Container upgraden 364 Okay, und warum genau soll ich meine SQL Server im Container laufen lassen? 369 Kapitel 25 Eine DevOps-Pipeline mit Docker 373 Containerisierte Anwendungen 374 Anwendungen, die nicht in Containern laufen 377 Kapitel 26 Es gibt Kuchen, Baby – Docker auf dem Raspberry Pi 381 Docker auf dem Raspberry Pi installieren 382 Fünf Dinge, die Sie im Zusammenhang mit Docker und Raspberry Pi wissen sollten 395 Teil V Der Top-Ten-Teil 399 Kapitel 27 10 Mythen über Docker 401 Docker ist Synonym für Container 401 Docker ist das Allheilmittel 401 Es gibt klare Best Practices für Docker 401 Docker ist billiger als virtuelle Maschinen 402 Container können wie virtuelle Maschinen verwendet werden 402 Docker ist unsicher 402 Sie können nur einen Prozess pro Container starten 402 Sie müssen sich die Parameter für Ihren Run-Befehl merken 403 Docker kann nur aus der Kommandozeile bedient werden 403 Docker passt nicht zu meinem Projekt 403 Kapitel 28 10 Szenarien, in denen Sie Docker hervorragend einsetzen können 405 Jupyter Notebooks 405 Python-Entwicklung 405 Microservices 406 Webentwicklung 406 Experimentieren 406 Cluster 406 Migrationen 406 CI/CD 406 Demo-Umgebungen 407 Sichere Umgebung 407 Kapitel 29 Die 10 (+2) besten Docker-Tools 409 Kubernetes 409 GitHub 409 Portainer 409 Azure Kubernetes Service (AKS) 409 Amazon Elastic Container Service (ECS) 410 Visual Studio Code 410 Logstash 410 CoreOS 410 Jenkins 410 Watchtower 410 Cmdr 411 iTerm2 411 Kapitel 30 Die 10 häufigsten Docker-Fehler 413 port is already allocated 413 repository does not exist or may require 'docker login' 413 container name is already in use 414 No space left 414 You cannot remove a running container 414 unable to remove repository reference 414 Multiple IDs found 415 no matching manifest 415 driver failed programming external connectivity on endpoint 415 error during connect 416 Stichwortverzeichnis 417


Best Sellers


Product Details
  • ISBN-13: 9783527716074
  • Publisher: Wiley-VCH Verlag GmbH
  • Publisher Imprint: Blackwell Verlag GmbH
  • Height: 240 mm
  • No of Pages: 420
  • Series Title: Für Dummies
  • Weight: 709 gr
  • ISBN-10: 3527716076
  • Publisher Date: 07 Aug 2019
  • Binding: Paperback
  • Language: German
  • Returnable: N
  • Spine Width: 23 mm
  • Width: 176 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Docker für Dummies: (Für Dummies)
Wiley-VCH Verlag GmbH -
Docker für Dummies: (Für Dummies)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Docker für Dummies: (Für Dummies)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA