<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>docker on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/docker/</link><description>Recent content in docker on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 28 Sep 2023 17:02:37 +0300</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Containers</title><link>https://jaaved.netlify.app/notes/containers--20220517-141411/</link><pubDate>Thu, 28 Sep 2023 17:02:37 +0300</pubDate><guid>https://jaaved.netlify.app/notes/containers--20220517-141411/</guid><description> Summary # Image vs Container Containers are runtime environment for the Image. dive tool can be used to analyze image content.
Building containers # # Jib # Docker # From OCI learning DevOps course #</description></item><item><title>MiniKube</title><link>https://jaaved.netlify.app/notes/202105201013-minikube/</link><pubDate>Sat, 14 Jan 2023 20:08:20 +0400</pubDate><guid>https://jaaved.netlify.app/notes/202105201013-minikube/</guid><description>Installation # https://minikube.sigs.k8s.io/docs/start/</description></item><item><title>Kubernetes</title><link>https://jaaved.netlify.app/notes/202105201011-kubernetes/</link><pubDate>Sat, 03 Dec 2022 22:54:10 +0300</pubDate><guid>https://jaaved.netlify.app/notes/202105201011-kubernetes/</guid><description> Running it locally # Best way to run locally is by using MiniKube
Start kubernetes cloud with non root user # why docker container should be run as non root user?
``` minikube start ```
Install kubectl command # ref
curl -LO &amp;#34;https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl&amp;#34; curl -LO https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubectl sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl Frequently used commands, cheatsheet # kubectl get po -A</description></item></channel></rss>