Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukas2511/dokku-in-docker
Dokku in Docker
https://github.com/lukas2511/dokku-in-docker
Last synced: 3 months ago
JSON representation
Dokku in Docker
- Host: GitHub
- URL: https://github.com/lukas2511/dokku-in-docker
- Owner: lukas2511
- Created: 2014-06-04T05:32:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T05:35:45.000Z (over 10 years ago)
- Last Synced: 2024-05-01T19:22:15.553Z (8 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 9
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dokku inside Docker.
Run with something like this:
```bash
docker run -d -t -i -e VHOSTNAME=example.org -e USERNAME=progrium -e PUBKEY='your ssh pubkey here' --privileged -p 22 -p 80 --name dokku lukas2511/dokku-in-docker
```You can attach to the container to get a shell.