DevTech101

DevTech101

Month: June 2017

Managing Docker With Rancher APIs By Using Python Or Curl – Part 1

Installing and managing Docker by Using the Rancher API’s Today I am going to to demonstrate how to use Rancher and especially the Rancher API’s to manage a Docker environment. As discussed in the past, there are several options to use for managing your Docker environment. in my previous post I demonstrated how to use …

Managing Docker With Rancher APIs By Using Python Or Curl – Part 1 Read More »

Shipyard RethinkDB - Main Screen

Managing Docker With Shipyard API By Using Python Or Curl

Installing and managing Docker by Using the Shipyard API’s There are many options to manage Docker. Below I will show you how to use Shipyard to manage your Docker environment One of the great things about Shipyard is the web Interface, while that is true(and I will show that too). but this article is mainly …

Managing Docker With Shipyard API By Using Python Or Curl Read More »

Managing Docker Using Docker-Compose to Create Multi-Container Docker Applications

Creating Multi-Container Docker Applications by Using Docker-Compose Docker Compose helps you defining and running multi-container Docker applications. To run a multi-service application containers, use Docker-Stack. Note: When using Docker Swarm, Docker-Stacks might be a better option. Below I will show you how to create a simple 2 tier application(NodeJS front-end + MySQL back-end), by using …

Managing Docker Using Docker-Compose to Create Multi-Container Docker Applications Read More »