https://github.com/tuki0918/docker-capistrano
https://github.com/tuki0918/docker-capistrano
docker-image
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuki0918/docker-capistrano
- Owner: tuki0918
- Created: 2016-04-01T16:02:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T01:39:24.000Z (almost 10 years ago)
- Last Synced: 2025-03-10T16:49:13.327Z (over 1 year ago)
- Topics: docker-image
- Language: Shell
- Homepage: https://hub.docker.com/r/tuki0918/capistrano/
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
usage
```
docker run --rm -it \
-v $(pwd)/capistrano:/root/source \
tuki0918/capistrano ./cap -T
```
option: ssh-agent
> /root/.ssh/id_rsa
```
docker run --rm -it \
-v ~/.ssh:/root/.ssh:ro \
-v $(pwd)/capistrano:/root/source \
tuki0918/capistrano ./cap -T
```