Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering Docker Enterprise

You're reading from   Mastering Docker Enterprise A companion guide for agile container adoption

Arrow left icon
Product type Paperback
Published in Mar 2019
Publisher Packt
ISBN-13 9781789612073
Length 488 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
 Panthofer Panthofer
Author Profile Icon Panthofer
Panthofer
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Section 1: Getting Started with Docker Enterprise FREE CHAPTER
2. Making the Case for Docker Enterprise 3. Docker Enterprise - an Architectural Overview 4. Getting Started - Docker Enterprise Proof of Concept 5. Section 2: Piloting Docker Enterprise
6. Prepare the Docker Enterprise Pilot Cluster 7. Prepare and Deploy a Docker Enterprise Pilot Application 8. Design and Pilot a Docker Enterprise CI Pipeline 9. Pilot Docker Enterprise Platform Monitoring and Logging 10. Section 3: In Production with Docker Enterprise
11. First Application in Production with Docker Enterprise 12. Important Docker Enterprise Production Topics 13. More on Kubernetes with Docker Enterprise 14. Taking the Docker Enterprise Platform into the Future 15. Assessments 16. Other Books You May Enjoy

To get the most out of this book

You will need the following things to get the most out of this book:

  • An understanding of current software development, DevOps, and system admin concepts.
  • A basic understanding of container—start here: https://training.play-with-docker.com/ops-stage1/.
  • Docker (CE) Desktop for Mac or Windows is helpful.
  • Access to four Linux hosts (bare-metal or VMs) and an optional Windows Server 2016 host (bare-metal or VM) is ideal to try your own PoC. Cloud VMs can also be used, but we don't cover cloud-specific installs in the examples.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Mastering-Docker-EnterpriseIn case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Generally speaking, sudo service docker restart should do the trick."

A block of code is set as follows:

{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
},
"live-restore": true
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

mta-netfx-dev
├── docker
│ ├── web
│ │ └── Dockerfile
│ └── web-builder
│ └── 3.5
│ └── Dockerfile

Any command-line input or output is written as follows:

$ docker container run -d -p 5432:5432 db-image:v1
1fe040d1acf242d4cfdb47761db2a59f1bb44b5eedf17376b9455120d86281a5

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Expand the admin menu and click My Profile."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime