Skip to content

Latest commit

 

History

356 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle-Docker-Plugin example

Gradle logo Docker logo

Example project showing some use cases of the gradle-docker-plugin.

See the build.gradle.kts file in the project root for detailed task configuration. Most configuration parameters are optional.

The root project only contains the most trivial tasks info and version. More advanced use cases can be found in the subprojects:

  • build-with-dockerignore shows how to use the .dockerignore file to exclude the Gradle build directory or other files.
  • build-and-run-locally shows a simple use case with an image being build and run as a container locally.
  • build-push-and-run-remotely shows a more advanced use case including a private registry.
  • push-and-pull-with-auth shows how to use the default ~/.dockercfg for registry authentication.
  • run-exec-and-copy-locally shows how to exec commands in a running container and how to copy files from a container.

About

Gradle-Docker-Plugin example

Topics

Resources

Stars

26 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages