Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Mastering Docker Enterprise
  • Toc
  • feedback
Mastering Docker Enterprise

Mastering Docker Enterprise

By : Panthofer
close
Mastering Docker Enterprise

Mastering Docker Enterprise

By: Panthofer

Overview of this book

While known mostly as the open source engine behind tens of millions of server nodes, Docker also offers commercially supported enterprise tooling known as the Docker Enterprise. This platform leverages the deep roots from Docker Engine - Community (formerly Docker CE) and Kubernetes, but adds support and tooling to efficiently operate a secure container platform at scale. With hundreds of enterprises on board, best practices and adoption patterns are emerging rapidly. These learning points can be used to inform adopters and help manage the enterprise transformation associated with enterprise container adoption. This book starts by explaining the case for Docker Enterprise, as well as its structure and reference architecture. From there, we progress through the PoC,pilot and production stages as a working model for adoption, evolving the platform’s design and configuration for each stage and using detailed application examples along the way to clarify and demonstrate important concepts.The book concludes with Docker’s impact on other emerging software technologies, such as Blockchain and Serverless computing. By the end of this book, you’ll have a better understanding of what it takes to get your enterprise up and running with Docker Enterprise and beyond.
Table of Contents (17 chapters)
close
Free Chapter
1
Section 1: Getting Started with Docker Enterprise
5
Section 2: Piloting Docker Enterprise
10
Section 3: In Production with Docker Enterprise

Updating the PoC application

Congratulations! You containerized your PoC application and have it running on your Docker POC platform. You should be comfortable deploying the code that you've containerized previously using the process outline. However, it is a good idea to demonstrate how easy it is to update and deploy your PoC application to the cluster.

To demonstrate the update process, try the following:

  1. Make a small code tweak that will show up in the UI.
  2. In the src/SignUp.aspx file, change the following:
    <div class="jumbotron">
<h1>Play with Docker is the best thing I've ever heard of!</h1>
<p class="lead">Here are my details. Sign me up.</p>
</div>
  1. Change it to the following:
    <div class="jumbotron">
<h1>Play with Docker Enterprise Rocks!</h1...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete