Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 932 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 932 Bytes

Docker Quick Start


This repository contains the source material for an introductory Docker tutorial following a guest lecture on "Developing Docker Adoption" held on 3rd of November 2022 for the MS Cloud Computing course.

Professor: Dr Mudassar Aslam

Contents

1-docker-minimal

A minimal introduction to using docker with a simple 0 dependency echo server written in NodeJS.

2-docker-volumes-minimal

An easy to understand and interactive example of using docker volumes with minimal dependencies and code.

3-docker-compose-minimal

Running 1-docker-minimal example via docker compose

4-portainer-intro

A simple portainer compose file with a volume mounted to run, test and tinker with.