In this blog article, we will see how we can set up the docker desktop in Windows 10 home edition. You can visit previous blog article on containerisation basics. Tip: Since copy/paste is not possible in this article, I documented the shell commands in the following git repository, you can easily copy/paste from there. https://github.com/Prem1991/myknowpega/tree/master/docker […]
Docker – Part 4 – Run Pega as a docker container
This is the final blog article on Docker series, where we will see how we can run a Pega docker container. I strongly recommend you go through all the 3 previous articles on Docker for better understanding. If you are a docker expert, then no need 😉 https://myknowtech.com/tag/docker All the commands in this post can […]
Docker – Part 3 – Run your first container
In this blog article, we will start with Docker architecture, docker objects and we will also run a simple docker container. It is recommended to go through the previous blog articles in order for a better understanding. https://myknowtech.com/tag/docker Tip: Since copy/paste is not possible in this post, I documented the shell commands in the following […]
Docker – Part 1 – Containerisation Fundamentals
This is the first blog article in the Docker series. Here we will talk about some basic containerisation terminologies. What is containerisation? Is the process of packaging applications with the source code and all its dependencies. The containerised application should be able to run on any environment or infrastructure – In any physical machine, in […]