7,latestDockerfile7-alpineDockerfile5Dockerfile5-alpineDockerfile
docker run -it -v $PWD:/app keversc/php-deployer:7 deploy stage
If you choose an authentication method that require an external file (i.e. identityFile() that require ~/.ssh/id_rsa.pub for example), you must add a volume:
docker run -it -v $PWD:/app -v ~/.ssh:/root/.ssh keversc/php-deployer deploy stage