Skip to content

Email: admin@alshowto.com

Al's Down`N Dirty KB

Al's Down`N Dirty KB

Get`Er Done

  • Home
  • Docker

Tag: Docker

Debian Kubernetes: Install Specific Version

Posted on November 10, 2022November 11, 2022 By admin No Comments on Debian Kubernetes: Install Specific Version
Kubernetes, Linux

So, with all cloud technologies these days. It is clear the core layers are moving faster than the supporting elements can keep up. For instance, Rancher or Portainer. Now, this is not about ether one of them but instead how to setup core infrastructure to meet the needs of upper layers. That is, how to … Read More “Debian Kubernetes: Install Specific Version” »

Debian 11 and Docker-Compose

Posted on October 15, 2022December 20, 2022 By admin No Comments on Debian 11 and Docker-Compose
Linux

Installation Simple article to get the latest Docker Compose on Debian 11 Note: If you want the breakdown of this command I will have it on the next page. Now make executable and move to appropriate bin dir Testing whereis test tests to see if docker-compose is installed where it is expected to be installed … Read More “Debian 11 and Docker-Compose” »

Create Simple Rancher2.6 on Debian11

Posted on October 6, 2022October 20, 2022 By admin 1 Comment on Create Simple Rancher2.6 on Debian11
Kubernetes, Rancher

Intro So, check here for more Rancher 2.6 info. Ok, so Debian 11 (also should work for Ubuntu 22) does not work well due to so Docker and iptables settings that have to be adjusted. See here for that. Setup Step1: Configure Docker Docker is critical to setting up Rancher. Note, there are more ways … Read More “Create Simple Rancher2.6 on Debian11” »

Install Docker Compose On Linux

Posted on September 19, 2022September 19, 2022 By admin No Comments on Install Docker Compose On Linux
Linux

Procedure 1. sudo curl -L “https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose 2. sudo chmod +x /usr/local/bin/docker-compose 3. sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose 4. to verify: docker-compose –version That is it docker compose is installed and ready to run.

Debian11 and Rancher2.6

Posted on September 16, 2022October 6, 2022 By admin No Comments on Debian11 and Rancher2.6
Kubernetes, Rancher

So, if anyone attempts to load Rancher 2.6 on Debian 11 it will fail. I found a bug report on the Rancher GitHub that indicated the issue occurs with because of problems with Docker. So, this is an article to combine all that I have done to correct the issue and all known issues I … Read More “Debian11 and Rancher2.6” »

Copyright © 2023 Al's Down`N Dirty KB.

Theme: Oceanly Premium by ScriptsTown