https://github.com/eficode/containerization-101
Containerize a demoapp or robot tests in 5 minutes with Docker
https://github.com/eficode/containerization-101
Last synced: 5 months ago
JSON representation
Containerize a demoapp or robot tests in 5 minutes with Docker
- Host: GitHub
- URL: https://github.com/eficode/containerization-101
- Owner: eficode
- Created: 2016-05-29T13:18:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T17:24:58.000Z (over 9 years ago)
- Last Synced: 2025-05-16T17:44:34.056Z (about 1 year ago)
- Language: RobotFramework
- Size: 886 KB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containerization Demo
Three simple examples:
- how to containerize an application
- how to containerize robot framework tests
- how to run jira with a single docker-compose command
## Select target
Containerize demoapp: `cd demoapp-containerization`
Containerize robo-tests: `cd test-containerization`
Containerize jira with compose: `cd docker-compose`
## Containerization Instructions
[demoapp-containerization](demoapp-containerization/README.md)
[test-containerization](test-containerization/README.md)
[jira-containerization with compose](docker-compose/README.md)
Godspeed.