An open API service indexing awesome lists of open source software.

https://github.com/tuki0918/docker-capistrano


https://github.com/tuki0918/docker-capistrano

docker-image

Last synced: about 1 month ago
JSON representation

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
```