Changes for page Install Docker for Linux

Last modified by Erik Bakker on 2025/04/18 13:54

From version 24.1
edited by eMagiz
on 2022/11/11 09:45
Change comment: There is no comment for this version
To version 22.1
edited by eMagiz
on 2022/11/11 09:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,19 +35,7 @@
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
49 49  
50 -
51 51  ===3.3 Installation requirements Windows Server 2019 version 1806===
52 52  
53 53  These are the requirements to allow the installation of the eMagiz Docker agent:
... ... @@ -99,13 +99,6 @@
99 99  
100 100  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.
101 101  
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 -
109 109  == 4. Assignment ==
110 110  
111 111  Check out the cheatcheet for Docker command line: