Please turn JavaScript on
Direct DevOps from Quality Thought icon

Direct DevOps from Quality Thought

Subscribe to Direct DevOps from Quality Thought’s news feed.

Click on “Follow” and decide if you want to get news from Direct DevOps from Quality Thought via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Direct DevOps from Quality Thought comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Direct DevOps from Quality Thought which you are really interested in. Click on the blue “Filter” button below to get started.

Website title: Direct DevOps from Quality Thought

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.22 / day

Message History

Creating Docker Images Creating docker images can be done Interactively By specifying instructions in a file Interactively – Lets create a docker image for a website To create a website we need to have

web server web design Lets create a docker container with nginx image docker run -d --name web1 -p 80:80 nginx Now download a zip file and extract mkdir web...

Read full story
Docker Architecture – 5000 feet overview Docker when installed, will have two major components client: a cli tool to interact with server Daemon: this does the heavy lifting To create a process we need an executable (application), Generally from one executable i can create multiple instances of applications, eg: multiple word documents, multiple chorme windows In docker we c...

Read full story
Docker Architecture – 5000 feet overview Docker when installed, will have two major components client: a cli tool to interact with server Daemon: this does the heavy lifting To create a process we need an executable (application), Generally from one executable i can create multiple instances of applications, eg: multiple word documents, multiple chorme windows In docker we c...

Read full story
Azure Monitor Setup Guide Task Create a VM Assign the Following Roles Log Analytics Contributor Monitoring Contributor Enable AMA Create a Table and DCR PART 1 — Generate Sample Logs

Follow the steps below to generate sample logs.

Step 1.1 — Install Flask

Open your terminal or command prompt and run:

Linux:

sudo apt-get install python3 -...

Read full story
Azure Monitoring Microsoft Unified Observability Key Points: 1. Metrics

Real-time numerical data collected at regular intervals to track performance and health.

CPU Utilization Percentage of compute capacity in use Memory Utilization RAM consumption across resources Storage Disk read/write usage and capacity 2. Logs

Timestamped records of events and activ...


Read full story