Changes for page Install Docker for Linux

Last modified by Bas Elzinga on 2024/12/17 12:14

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

Summary

Details

Page properties
Content
... ... @@ -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  
90 +After installing the agent, validate it runs by checking if a docker container runs on ubuntu.
91 +* wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.5.tgz
92 +* tar zxvf docker-20.10.5.tgz
93 +* cd docker
94 +* ./docker psg
95 +
96 +
90 90  == 4. Assignment ==
91 91  
92 92  Check out the cheatcheet for Docker command line: