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

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

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.