/local-docker

Example of how to run Docker on Windows using Docker machine and Minikube

Primary LanguageDockerfile

local-docker

  • Source code - Github
  • Author - Gavin Noronha

About

This project provides a Docker containers running on Windows or a Mac using Docker toolbox, the Docker command line and Docker compose. Also run Docker using Kubernetes, Minikube and Kubectl

It creates an Ubuntu container in which to develop software and run the Docker commands and the rest of the Docker containers are created as sibling containers.

Miscellaneous

Install Minimal Jupyter notebook

  1. Pull minimal Jupyter notebook docker pull jupyter/minimal-notebook

  2. Run IPython docker run -ti --rm --name ipython jupyter/minimal-notebook start.sh ipython

Monitor containers using cadvisor docker run
--volume=/:/rootfs:ro
--volume=/var/run:/var/run:rw
--volume=/sys:/sys:ro
--volume=/var/lib/docker/:/var/lib/docker:ro
--publish=8080:8080
--detach=true
--name=cadvisor
google/cadvisor:latest

Links

Requirements

The following software is needed to get the software from github and run Vagrant. The Git environment also provides an SSH client for Windows.