Skip to content
Studytrails

Tutorials in ML, AWS, R and Java

  • Amazon AWS
  • Json
    • Jackson
    • GSON
  • frameworks
    • spring
    • hibernate
  • R
    • RServe
    • RJava-Eclipse-Plugin
    • Core
  • blog
  • Source Code

Docker

Docker container – easy to understand introduction

April 8, 2019 by Mithil Shah

what is a Docker container? Docker Container is a software product that bundles up an application and all its dependencies into a single software unit. This software unit performs OS level virtualization, that is, it presents an isolated environment on top of an operating system. This isolated environment shares the kernel of the operating system … Read more

Categories Docker Tags devops, docker Leave a comment

Install Minikube and Docker with VirtualBox on Windows 10 Home

December 10, 2018 by Mithil Shah

In this article we will look at how to install Minikube and Docker with VirtualBox on Windows 10 Home Machine. We use VirtualBox since Hyper V is not installed by default on the Windows 10 Home edition and secondly VirtualBox makes it easy to run multiple VMs especially various linux versions and therefore we might … Read more

Categories Devops, Docker, Kubernetes 1 Comment

Docker Architecture – Engine, Containerd, runc

December 4, 2018 by Mithil Shah

People often get confused when looking at the Docker architecture at what the various components do. In this article I will attempt to demystify a few components. The latest docker version when writing this article is 18.09. Here’s an overall hierarchy of Docker The heart of Docker is the docker engine. 1. Docker Engine The … Read more

Categories Devops, Docker Leave a comment

Recent Posts

  • Batch Normalisation
  • Distributed Machine Learning – Part 2 Architecture
  • Distributed Machine Learning – Part 1 Hardware
  • Create/drop Athena table using python in Sagemaker
  • CloudFormation for SageMaker instance

Recent Comments

  • DavidZ on Java json – jackson List serialization
  • Kumar Puran on Install Climate Data Operator (CDO) with NetCDF, GRIB2 and HDF5 support
  • Paul on Java Google Json (Gson) Introduction
  • Henrik Winsnes on Java Gson – Building json from java (Data-Binding)
  • Meepa on Using Imports in Java and importing packages
© 2021 Studytrails • Built with GeneratePress