DevTech101

DevTech101

Rancher

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

Installing and managing Docker by Using the Rancher API’s – Part 2 In the first part of this article, I discussed how to install/configure Rancher, how to use it from within the Web-UI. below I am going to focus on the Rancher APIs, options to connect and how to use them. Working with the Rancher …

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

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 »

Gotchas / Tips Creating Your Own Private Docker Registry With Self Signed Certificate

Creating your own private Docker Registry using a Self Signed Certificate Creating your own private Docker Registry without authentication, authorization or SSL can be a simple process, but creating a private Docker Registry with SSL support, authentication i.e. Tokens, LDAP, etc.. can be a bit more complicated. Below I will show you in detail how …

Gotchas / Tips Creating Your Own Private Docker Registry With Self Signed Certificate Read More »

Managing Docker On Ubuntu 17.04 Using Rancher Or Portainer

Installing Managing Docker 17.03.1-ce On The Latest Ubuntu Beta Updating Ubuntu to 17.04 First I am going to upgrade Ubuntu from 16.10 to 17.04 Requirements for the upgrade is below. Install the update-manager-core package if it is not already installed Make sure the Prompt line in /etc/update-manager/release-upgrades is set to normal Run do-release-upgrade -d The …

Managing Docker On Ubuntu 17.04 Using Rancher Or Portainer Read More »