#devops-journey
Read more stories on Hashnode
Articles with this tag
Run a new Container Start a new container from an Image #docker run IMAGE docker run nginx and assign it a name #docker run --name IMAGE NAME docker...
What is Dockerfile ? A Dockerfile is a text file that contains a set of instructions that Docker uses to create a Docker image. It is essentially a...
What is Docker Docker is a platform and toolset that enables developers to easily build, package, and deploy applications in containers. Containers...
All 90 directories within seconds using a simple command. mkdir day{1..90} 1.You have to do the same using Shell Script i.e using either Loops or...
What is Kernel ? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the...
Types of file Permission Basic Permission Special Permission ACL ( Acess Control List) permission Permission details Permission...