An alpine-based dockerfile which runs Capistrano3.
1.3K
An alipine-based dockerfile which runs Capistrano.
latest (Dockerfile)docker run -it --rm \
-e "APP_SERVER_KEY=hoge.pem" \
-e "GITHUB_KEY=fuga.pem" \
-v ~/.ssh:/root/.ssh \
-v $PROJECT_PATH:/root/source \
qmu1/capistrano ./cap production deploy
Available on the DockerHub.
https://hub.docker.com/r/qmu1/capistrano/
MIT License
Copyright (c) qmu Co.,Inc.
Content type
Image
Digest
Size
45 MB
Last updated
about 9 years ago
docker pull qmu1/capistrano