Changes for page Install Docker for Linux
Last modified by Bas Elzinga on 2024/12/17 12:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,7 +35,19 @@ 35 35 * Install latest version of Docker 36 36 * Validate if WSL 2.0 is properly installed 37 37 * Go to the next section around installing the eMagiz agent 38 + 39 + ===3.2 Installation requirements Windows Server 2019 version >1806=== 40 + 41 +These are the requirements to allow the installation of the eMagiz Docker agent: 42 +* Ensure access to the following URLs is enabled 43 + ** registry.emagiz.com 44 + ** testing.emagiz.com 45 + ** Preferably the entry should be *.emagiz.com 46 +* Install latest version of Docker 47 +* Validate if WSL 2.0 is properly installed 48 +* Go to the next section around installing the eMagiz agent 38 38 50 + 39 39 ===3.3 Installation requirements Windows Server 2019 version 1806=== 40 40 41 41 These are the requirements to allow the installation of the eMagiz Docker agent: ... ... @@ -87,6 +87,13 @@ 87 87 88 88 eMagiz needs to install a specific agent in the Docker instance that allows to download runtime images that needs to be installed on the Docker instance. The specific command to run inside the Docker instance is specific for the machine that is configured inside eMagiz Design & Deploy Architectures. It can be found inside the eMagiz iPaaS portal or is available upon request. Once that agent is installed, the image that is generated for every eMagiz release can be downloaded and installed in the Docker instance. 89 89 102 +After installing the agent, validate it runs by checking if a docker container runs on ubuntu. 103 +* wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.5.tgz 104 +* tar zxvf docker-20.10.5.tgz 105 +* cd docker 106 +* ./docker psg 107 + 108 + 90 90 == 4. Assignment == 91 91 92 92 Check out the cheatcheet for Docker command line: