GitXplorerGitXplorer
S

DockerComposeTest

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f83e84f65b2eee73592aaea28391b1eed487a61d

Add README

SStefMa committed 7 years ago
Unverified
8f0e41e825bcd7f32de9f9701889af969277918a

Rename copy settings to build

SStefMa committed 7 years ago
Unverified
771604bf37405b325c6dc08e7341c46dde3eade8

Init commit

SStefMa committed 7 years ago

README

The README file for this repository.

DockerComposeTesting

Just a simple example how Dockers compose works.

Project

The project contains a "Gradle project" which have a task called BuildCopy which just copy it's build.gradle to the Dockers /test directory.

This /test dir is mapped to the hosts outputVolume which is accessible for other services as well.

The second service (printService) will just look into the shared outputVolume and then print the content of the build.gradle.

Run

Run it with

docker-compose up

It will generate the outputVolume which will then contain the build.gradle file.