osx - fly execute on localhost fails -


i have simple task want execute on local concourse instance:

build-frontend.yml

--- platform: linux  image_resource:   type: docker-image   source:     repository: node     tag: 'latest'  inputs: - name: client-devops  run:   path: client-devops/scripts/test 

the task executed:

client-devops daka$ fly -t frontend execute --config build-frontend.yml executing build 1   % total    % received % xferd  average speed   time    time     time  current                                  dload  upload   total   spent    left  speed   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) failed connect localhost port 8080: connection refused gzip: invalid magic tar: child returned status 1 tar: error not recoverable: exiting exit status 2 

the target available:

client-devops daka$ fly targets name          url                         expiry                        frontend      http://127.0.0.1:8080       fri, 11 nov 2016 09:13:55 utc 

why can't connect localhost, can connect ui browser?

your external url cannot configured localhost or 127.0.0.1 - has reachable other machines.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -