Sumeet GyanchandaniDeleting Docker EntitiesPurging all unused or dangling Images, Containers, Volumes, and NetworksJul 12, 2020Jul 12, 2020
Sumeet GyanchandaniinTowards Data ScienceDocker ComposeIn this section, we will learn about Docker Compose, its file, and its commands, using a sample application developed by Docker called the…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniinTowards Data ScienceDocker StorageIn this section, we will discuss how docker stores data on the local file system, understand which layers are writable and would deepen…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniinTowards Data ScienceDocker NetworkingWhen you install docker it creates three networks automatically - Bridge, Host, and None. Of which, Bridge is the default network a…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniPort and Volume MappingIn this section, we will learn how to map a port inside a docker container to a port of the docker host. More importantly, we will see how…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniDocker CommandsYou can download and install Docker Community Edition for free. You can follow the instructions on Docker’s website, they are pretty…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniinThe StartupDocker FileTwo very important aspects of becoming a Docker super user is the understanding of the Dockerfile and knowing your Docker commands. The…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniinTowards Data ScienceA concise guide to DockerThere are several courses available on this topic. Some of them are very short and do not serve any other purpose than a ‘Getting started…Jul 12, 2020Jul 12, 2020
Sumeet GyanchandaniMLflow ProjectsIf you create a new project or clone an existing one you can make it an MLflow project by simply adding two YAML files, viz., MLproject…Nov 6, 20191Nov 6, 20191