GitXplorerGitXplorer
a

dokku-in-docker

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
0dd5ef728ea6590bbcbdd63d7111a83ada38a8b6

Add psql plugin.

aarthurschreiber committed 10 years ago
Unverified
a8da0d223072eac6a766f88c2ae59dcf28a27117

Use my custom dokku-redis-plugin fork.

aarthurschreiber committed 10 years ago
Unverified
cb65813d2bad213676ec510a1e79c318cf6f3e8a

Ensure nginx is not running after plugin installation.

aarthurschreiber committed 10 years ago
Unverified
c3052f454d210ffee7dfd2fd08e7a9569673d7ee

Manually install docker.

aarthurschreiber committed 10 years ago
Unverified
9005b274c65a8d8509899f6aca8a3310afa8d6fa

Add readme.

aarthurschreiber committed 10 years ago
Unverified
b9231367ecb6182c23af0412b32eb1cdc39ecd9f

Use my custom dokku fork.

aarthurschreiber committed 10 years ago

README

The README file for this repository.
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