Docker

Docker Desktop on windows (no point, use cli)

Windows | Docker Docs Troubleshoot Install interactivelyDownload the installer using the download button at the top of the page, or from the release notes. Double-click Docker Desktop Installer.exe to run the installer. By default, Docker Desktop is installed at C:\Program Files\Docker\Docker. When prompted, ensure the Use WSL 2 instead of Hyper-V option on the Configuration […]

Docker Desktop on windows (no point, use cli) Read Post »

div

Mind maps

Azure Course Blueprints Azure Course Blueprints | Microsoft Community Hub Useful Linux Commands Cloud computing compare Monitoring sql docker compose docker Mindmap/Docker CheatSheet/Docker Command Cheat Sheet Normal.png at main · Ignitetechnologies/Mindmap · GitHub

, ,

Mind maps Read Post »

Azure

Understand package management

https://learn.microsoft.com/en-us/training/modules/understand-package-management/?source=recommendations A package is a formalized way of creating a distributable unit of software artifacts that can be consumed from another software solution. Public: Explore self-hosted and SaaS based package sources Private: Consume packages The package manager will download the individual packages from the sources and install them locally on the development machine or build

Understand package management Read Post »

Todo & Move

Checkmk (one line?)

repos learning-docker/prod-ish/checkmk at main · spawnmarvel/learning-docker (github.com) Vicuna Here is a comparison of Checkmk and Zabbix: Monitoring Approach: Checkmk takes a more agent-based approach where agents run on the monitored systems and report back to the Checkmk server. Zabbix can use agents but also supports agentless monitoring via protocols like SNMP, IPMI, etc.Scalability: Checkmk can

,

Checkmk (one line?) Read Post »

Azure

Azure ACI docker registry 102

repos learning-docker/2-azure-container-instance/Readme-container-registry.md at main · spawnmarvel/learning-docker · GitHub Exercise – Deploy an Azure container registry Repositories is where we will store our images Exercise – Build container images using Azure Container Registry Tasks We saved the Dockerfile download it with wget and build it with az acr build Registry Exercise – Deploy images from Azure

,

Azure ACI docker registry 102 Read Post »

Docker

Azure ACI docker 101

repos learning-docker/2-azure-container-instance at main · spawnmarvel/learning-docker · GitHub Exercise – Control restart behavior use gitbash with az cli or login to a linux vm and install az cli, the run az login –tenant TENANT-ID Or use putty or cloud shell Azure Use cli or portal to check status, runs, logs and more. logs Exercise –

,

Azure ACI docker 101 Read Post »

Docker

Containerize a Python application docker pri

Containerize a Python application | Docker Docs repos learning-docker/1.3-containerize-python-application at main · spawnmarvel/learning-docker · GitHub We have our code and we are ready to test it All it does it log and gracefully stop Build the app The docker build command builds Docker images from a Dockerfile and a “context”. A build’s context is the

,

Containerize a Python application docker pri Read Post »

Docker RabbitMQ

Docker rabbitmq x2 ssl Certificate Authority PKI

repos learning-docker/prod-ish/rmq/rmq-x2-ssl at main · spawnmarvel/learning-docker (github.com) Generate CA Server’s (client) certificate and files Let’s test the compose before we make the next certificate and use it. Client is 15672, view logs to see if it loaded all yes, good. Server is 15673,view logs to see if it loaded all and also the rabbitmq_auth_mechanism_ssl was

, , ,

Docker rabbitmq x2 ssl Certificate Authority PKI Read Post »

Todo & Move

Docker zabbix pri

Official repos HOW-TO: Install Zabbix with MySQL as containers using docker-compose · GitHub Repos learning-docker/prod-ish/zabbix/README.md at main · spawnmarvel/learning-docker (github.com) After expanding disk Admin, zabbix The composed installation is up. env We now need to get the IP address of the docker container that hosts the agent to provide to the Zabbix application so that

,

Docker zabbix pri Read Post »

Scroll to Top