Skip to content

mitigate-dev/dokku-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dokku bash

Provides remote access to dokku user's bash shell.

installation

dokku plugin:install https://github.com/mak-it/dokku-bash.git bash

commands

bash    Spawn bash shell

usage

me@localhost $ ssh -t dokku@<host> -- bash
dokku@<host> $

scp and rsync works also:

scp dokku@<host>:/tmp/test.txt .
rsync dokku@<host>:/tmp/test.txt .

About

Bash access to the host where dokku is installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages