New feature: Mount multiple volumes to build actions

New feature: Mount multiple volumes to build actions

As you know, Buddy is powered by Docker. This means that all actions are run in Docker containers. You can also test your application in your own custom container, or test the Docker container itself with the Run Docker image action. The container can also be attached to another one as a custom service, allowing you to launch a stack of Docker containers linked to each other.

All build actions are using the default pipeline filesystem, which also contains the contents of the repository. Custom services and the Docker Run action do not come with a filesystem attached, but you can mount it yourself manually if required.

Occasionally, our Docker images may require mounting two or more volumes. We're happy to announce the option is now available in all build actions, custom services, and the Run docker image action:

Image loading...Mounting multiple volumes

Jarek Dylewski

Jarek Dylewski

Customer Support

A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.

Mar 18th 2020
Share