Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coveros-archive/vagrant-docker-workshop
Sample code for Gene Gotimer's tutorial: Using Docker Containers for Automating Web Testing
https://github.com/coveros-archive/vagrant-docker-workshop
chef docker dockerfile tutorial vagrant virtualization
Last synced: about 1 month ago
JSON representation
Sample code for Gene Gotimer's tutorial: Using Docker Containers for Automating Web Testing
- Host: GitHub
- URL: https://github.com/coveros-archive/vagrant-docker-workshop
- Owner: Coveros-Archive
- License: apache-2.0
- Created: 2018-03-10T23:58:44.000Z (almost 7 years ago)
- Default Branch: stareast-2018
- Last Pushed: 2018-04-22T22:37:41.000Z (over 6 years ago)
- Last Synced: 2024-09-20T18:39:09.387Z (3 months ago)
- Topics: chef, docker, dockerfile, tutorial, vagrant, virtualization
- Language: Ruby
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant/Docker Tutorial
These are the files, scripts, cookbooks, etc. used in the
*Virtualization and Containers for Automating Web Testing* tutorial.* *first-vagrant* - Our First Vagrant Box
* *first-chef* - Our First Chef Recipe
* *www-db* - Vagrant Database and Web Server
* *www-db-test* - Selenium tests (for *www-db* or *docker-www-db*)
* *first-dockerfile* - Our First Dockerfile
* *docker-www-db* - Docker Database and Web Server