Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.