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
- Host: GitHub
- URL: https://github.com/clarin-eric/docker-tutorial
- Owner: clarin-eric
- License: gpl-3.0
- Created: 2016-05-10T17:21:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T17:28:41.000Z (about 10 years ago)
- Last Synced: 2025-09-10T03:14:57.204Z (9 months ago)
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.