Hi all, I am unable to deploy an existing docker image to Heroku.
Image docker run -it --name xp-home enonic/xp-home docker run -d -p 8080:8080 --volumes-from xp-home --name xp-app enonic/xp- app The steps I took to do it. heroku login sudo heroku container:login sudo docker tag dpd-image registry.heroku.com/hidden-mountain-63983/web sudo docker push registry.heroku.com/hidden-mountain-63983/web heroku open -a hidden-mountain-63983 What Am I doing wrong here? Thank you in advance -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
