Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidalger/docker-images-capistrano
Capistrano Docker Images based on CentOS 8
https://github.com/davidalger/docker-images-capistrano
Last synced: about 10 hours ago
JSON representation
Capistrano Docker Images based on CentOS 8
- Host: GitHub
- URL: https://github.com/davidalger/docker-images-capistrano
- Owner: davidalger
- License: mit
- Created: 2020-07-07T20:35:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T20:36:04.000Z (over 4 years ago)
- Last Synced: 2024-04-12T04:11:52.746Z (7 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/davidalger/capistrano
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capistrano Docker Images
![Docker Image CI](https://github.com/davidalger/docker-images-capistrano/workflows/Docker%20Image%20CI/badge.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/davidalger/capistrano.svg?label=Docker%20Pulls)## Supported Tags
* `3.14`
## Example Usage
```
CAPISTRANO_VERSION=3.14## when on macOS environments use the special ssh auth socket
if [[ $OSTYPE =~ ^darwin ]]; then
SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock
fidocker run --rm -it -v $(pwd):/opt/capistrano -w /opt/capistrano \
--env SSH_AUTH_SOCK=/tmp/ssh-auth.sock -v "${SSH_AUTH_SOCK:-/dev/null}":/tmp/ssh-auth.sock \
docker.io/davidalger/capistrano:${CAPISTRANO_VERSION} \
bundle exec cap stage deploy --dry-run
```## License
This work is licensed under the MIT license. See [LICENSE](https://github.com/davidalger/warden/blob/develop/LICENSE) file for details.
## Author Information
This project was started in 2020 by [David Alger](https://davidalger.com/).