Docker for Datapower
Here is the link to install a Datapower docker image. This seems to work while I had it running on my OpenSuse Linux. I tried to install the same on in Windows 10 and it did not work. Please bear in mind that I did not have Microsoft HyperV installed on my machine it being a Home edition. I had to install Docker Toolbox and that installed Oracle Virtual Box along with it.
The resolution for the problem I found in the following link.
Docker for RabbitMQ
Install the docker image for RabbitMQ. To enable the docker admin plugin issue the following command after getting the docker image started -
docker exec rabbitmq rabbitmq-plugins enable rabbitmq_management
Next assign the port 15672 to the RabbitMQ docker image. The management URL for RabbitMQ is
http://docker-image-ip:docker-port-for -15672/
UserID - guest
Password - guest
Docker tutorials - https://github.com/rabbitmq/rabbitmq-tutorials
Creating a Docker registry -
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04
Sharing an image on kubernets - https://blog.hasura.io/sharing-a-local-registry-for-minikube-37c7240d0615
Using this registry to pull an image on local for kubernets - https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Here is the link to install a Datapower docker image. This seems to work while I had it running on my OpenSuse Linux. I tried to install the same on in Windows 10 and it did not work. Please bear in mind that I did not have Microsoft HyperV installed on my machine it being a Home edition. I had to install Docker Toolbox and that installed Oracle Virtual Box along with it.
The resolution for the problem I found in the following link.
Docker for RabbitMQ
Install the docker image for RabbitMQ. To enable the docker admin plugin issue the following command after getting the docker image started -
docker exec rabbitmq rabbitmq-plugins enable rabbitmq_management
Next assign the port 15672 to the RabbitMQ docker image. The management URL for RabbitMQ is
http://docker-image-ip:docker-port-for -15672/
UserID - guest
Password - guest
Docker tutorials - https://github.com/rabbitmq/rabbitmq-tutorials
Creating a Docker registry -
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04
Sharing an image on kubernets - https://blog.hasura.io/sharing-a-local-registry-for-minikube-37c7240d0615
Using this registry to pull an image on local for kubernets - https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/