https://github.com/moltar/dockermtl
Docker Montreal Meetup Demos
https://github.com/moltar/dockermtl
Last synced: 6 months ago
JSON representation
Docker Montreal Meetup Demos
- Host: GitHub
- URL: https://github.com/moltar/dockermtl
- Owner: moltar
- Created: 2015-03-10T00:32:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T16:16:59.000Z (over 11 years ago)
- Last Synced: 2025-10-30T05:42:20.738Z (9 months ago)
- Language: HTML
- Homepage: http://www.meetup.com/Docker-Montreal/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Montreal Docker Meetup Demos
## March 11, 2015 (./2015-03-11)
### ./01-simple-perl
Demonstrates encapsulation of a binary that can run arbitrary scripts that are located on the host machine.
Also shows the way entrypoints and commands work.
### ./02-nginx-static-site
Demonstrates copying files into the container and exposing ports.
### ./03-compose-wordpress
Using a `docker-compose` (aka `fig`) tool, we orchestrate a launch of several containers at once that are linked together. These containers run WordPress using php-fpm, mariadb, and nginx.