Closed maldex closed 6 years ago
In run.sh for docker: fly login must happen before fly sync, and there's a new --non-interactive switch. Will create a PR soon.
Thanks @maldex. I checked on my env and indeed I was seeing the same error message about fly sync. The ordering needs to be corrected.
It probably is not the cause of why you were not able to see the pipeline though. Could you check the output of docker ps -a
and see if all three concourse containers are running?
I think the --non-interactive
switch made the difference, i can see concourse, postgres and that nginx containers now, and also access the pipeline within the concourse-web-ui. So far all good.
Created a PR that addresses somewhat a bit more. Just pick the good stuff and reject the rest.
Thanks for your work.
Gents, what am i doing wrong? Allthough i can get the container and supposedly the installer-application running and login as admin, i just can't see that install-nsx-t ressource. I bet it's something simple stupid, but what? Here's boiled-down what i tried:
what i got:
cheers