View on GitHub

learning-devops

An all-in-one repo exploring concepts of DevOps

Docker

Docker

Learn docker the easy way

Installation

Install Docker based on your OS https://docs.docker.com/get-docker/

Run Docker:

Once installed, docker runs as a daemon for Mac and Linux. For Windows Docker needs a hypervisor (Hyper-V or WSL)

To check docker is installed correctly, run the hello-world image

    docker run -d -p 80:80 docker/getting-started

NGC Docker Installation (Docker with GPU Acceleration)

For installing docker with GPU acceleration, Nvidia came up with NGC Docker with NVIDIA CUDA software stack on WSL 2. Read full Documentaion

Architecture:

nvidia-gpu-docker

Pre-Installation:

Post-Installation:

Parting Notes: