YKYash Kansanainyashkansana.hashnode.dev·Oct 6, 2023 · 6 min readDocker Important interview Questions.What is the Difference between an Image, Container and Engine? Image: An image is a package that contains all the necessary dependencies and instructions to run a software application. Container: A container is an instance of an image that runs the...00
YKYash Kansanainyashkansana.hashnode.dev·Oct 6, 2023 · 3 min readDocker composeDocker Compose is a tool for managing complex multi-container Docker applications. You define your application's different services and their settings in a simple YAML file. You can start, stop, and restart your application and its services with a ...00
YKYash Kansanainyashkansana.hashnode.dev·Oct 6, 2023 · 6 min readGolangGolang is an open-source programming language created and supported by Google. It's a very easy language. Golang is one of the most desired languages to learn and it's also one of the most popular programming languages. Golang was created by the engi...00
YKYash Kansanainyashkansana.hashnode.dev·Oct 6, 2023 · 2 min readShell scriptingShell Scripts in Linux are an easy-to-use time-saving solution for automating repetitive or complex sets of tasks in system administrators. . Shell scripting is used to automate daily backups. Creating your first shell script To create a shell script...00
YKYash Kansanainyashkansana.hashnode.dev·Oct 6, 2023 · 1 min readDocker Cheat-SheetHere are the most commonly used docker commands : ) Thank you so much for reading.00