kbastani / spring-cloud-microservice-example

An example project that demonstrates an end-to-end cloud native application using Spring Cloud for building a practical microservices architecture.
http://www.kennybastani.com/2015/07/spring-cloud-docker-microservices.html
GNU General Public License v3.0
176 stars 135 forks source link

Commands error #32

Closed mkaratekin closed 8 years ago

mkaratekin commented 8 years ago

Hi, I use Ubuntu 14.04, spring boot 1.3.5, Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.8.0_74, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre

When I use this command ; $ open $(echo \"$(echo $DOCKER_HOST)/movie\"| \sed 's/tcp:\/\//http:\/\//g'| \sed 's/[0-9]{4,}/10000/g'| \sed 's/\"//g')

gets me this error: "Couldn't get a file descriptor referring to the console"

How can i solve this

kbastani commented 8 years ago

This command just opens up the movie service in a browser. http://dockerhost/movie