MSMd. Sakib Khaninhrksakib.hashnode.dev·Aug 29, 2022 · 2 min readDocker CommandsDocker Commands docker version - shows docker version docker run name_of_the_image - starts a container docker run name_of_the_image:name_of_the_tag - starts specific version of a container docker run name_of_the_container sleep number_of_seconds...00
MSMd. Sakib Khaninhrksakib.hashnode.dev·Jul 24, 2021 · 3 min readGetting Started With Git CommandsAs a software engineer, we need to collaborate on multiple projects with the engineering team. For that, Git is one of the most used and recommended Version controlling system that the industry is using on a daily basis. Therefore, at the early stage...00