1) I know and have deployed many apps to dokku.
2) I know the whole git push to a subdomain process of dokku.
3) I also run images from docker by themselves and they run great.
4) I really cant seem to find an answer to this anywhere though. How can i run a DOCKER IMAGE in a DOKKU APP. As in i want that docker image to be running in a dokku app, not by itself using docker run. This is what i imagine:
dokku create:app myApp
<Now make that app run a Docker image, i DONT want to git push and build.>
Thanks!
tar:in
plugin if you really don't want to push to deploy, but that seems like more work. – Assassin