sudo docker run --rm -it -p 8080:80 -p 2222:22 -v /opt/mount/dokku:/home/dokku \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key \
-v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub \
-v /etc/ssh/ssh_host_key:/etc/ssh/ssh_host_key \
-v /etc/ssh/ssh_host_key.pub:/etc/ssh/ssh_host_key.pub \
-v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key \
-v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub \
arthurschreiber/dokku-in-docker
a
dokku-in-docker
public
2 stars
1 forks
0 issues
Commits
List of commits on branch master.Unverified
56563ff5093c0d8310f86cbf0b2abf8ce84765c5Disable IPv6 and PAM.
aarthurschreiber committed 10 years ago
Unverified
e64e8b08217fa3c207283bc04c04556dd06dae74Run plugin installation on startup, as it needs access to docker.
aarthurschreiber committed 10 years ago
Unverified
559ca2377ac933394e3f741e15ebdd131ec7fb00Add the redis plugin.
aarthurschreiber committed 10 years ago
Unverified
006980124c74be567827556e43f7fad8d7a484dcThere's no docker user.
aarthurschreiber committed 10 years ago
Unverified
a288c775b27ec996ca0f74dfca156c6becb0e113Correctly set make variables from the command line.
aarthurschreiber committed 10 years ago
Unverified
2e6ab0a5ad5ef91a73c5a6601b31994296acfa12Ensure the .sshcommand is set up.
aarthurschreiber committed 10 years ago