Closed dkapanidis closed 9 years ago
In order to wrap non-docker build commands on the build life-cycle of containers preparation the following will be added on the captain.yml format:
captain-example: build: Dockerfile image: harbur/captain-example pre: - echo "Preparing build" post: - echo "Cleaning up build"
In order to wrap non-docker build commands on the build life-cycle of containers preparation the following will be added on the captain.yml format: