Skip to content

Wolfgang1966/compose-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Docker Compose Example

This is just a small example showing how docker compose may be used for testing an application. In this example we

  • Start a mysql container.
  • Prepare some test data.
  • Run a container that queries and modifies this data. This part acts as a placeholder for some real application one might want to test.
  • Finally shut down the mysql container which completes the run.

About

Small Docker Compose example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published