Sign inSign up

qmu1/capistrano

By qmu1

Updated about 9 years ago

An alpine-based dockerfile which runs Capistrano3.

Image
0

1.3K

qmu1/capistrano repository overview

Capistrano Dockerfile

layers badge

An alipine-based dockerfile which runs Capistrano.

Usage

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

DockerHub

Available on the DockerHub.

https://hub.docker.com/r/qmu1/capistrano/

License

MIT License

Copyright (c) qmu Co.,Inc.

Tag summary

Content type

Image

Digest

Size

45 MB

Last updated

about 9 years ago

docker pull qmu1/capistrano