- Mastering Docker Enterprise
- Mark Panthofer
- 370字
- 2021-07-02 12:30:11
Installing the Docker Enterprise Engine on all nodes
With your license key and Docker storebits URL saved on your local machine, it is time to install the Docker Enterprise Engine on all of your nodes. For this section, we will be using an Ubuntu distribution of Linux and a Windows 2016 server as a second worker node. So, all together we have a four-node cluster.
Start by creating SSH sessions into each of your Linux nodes and an RDP session into your Windows worker. Now, you are ready to begin the engine install process. Please note the bash install commands will vary slightly on different flavors of Linux and will be completely different on Windows 2016, where we use PowerShell.
We will begin with the Linux nodes, where we will use the package manager and the official Docker repository for installing our software. Once the Docker Engines are installed, all of the other Docker Enterprise software runs in containers and will come from Docker's container registry.
I'll demonstrate how to get started, using VS code. First, we open a couple of files using the menu bar File | Open to open two empty files. In the first file, save your connection information (public/private IPs) to your cloud servers and in the second file, just a scratch pad to store your Docker storebits URL and a place to paste commands from this chapter's accompanying repository page: https://github.com/NVISIA/MasteringDockerEE/blob/master/PoC/install/Install-EE-Engine-notes.md. Then, open some SSH Terminal sessions—one for each node. Now you are ready to install:

- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 樂高機器人:WeDo編程與搭建指南
- 機器學習及應用(在線實驗+在線自測)
- 條碼技術及應用
- INSTANT Varnish Cache How-to
- 小型電動機實用設計手冊
- 21天學通ASP.NET
- Creo Parametric 1.0中文版從入門到精通
- Blender Compositing and Post Processing
- 計算機與信息技術基礎上機指導
- TensorFlow Reinforcement Learning Quick Start Guide
- 深度學習與目標檢測
- AVR單片機工程師是怎樣煉成的
- 3ds Max造型表現藝術
- Cloudera Hadoop大數據平臺實戰指南