An open API service indexing awesome lists of open source software.

https://github.com/clarin-eric/docker-tutorial

Docker tutorial files as presented at the CLARIN centre meeting, 10-11 May 2016 in Utrecht
https://github.com/clarin-eric/docker-tutorial

Last synced: 5 months ago
JSON representation

Docker tutorial files as presented at the CLARIN centre meeting, 10-11 May 2016 in Utrecht

Awesome Lists containing this project

README

          

# Docker tutorial files

These are the files used in the docker tutorial presented at the CLARIN centre meeting in Utrecht, 10-11 May 2016.

# Files

## demo1

Run nginx in a container and serve a static html page.

## demo2

Run nginx and tomcat in a single container.

## demo3

Nginx and tomcat running in separate containers.

## demo4

Nginx failover with two tomcat containers.