Giter VIP home page Giter VIP logo

Comments (7)

yutaowang avatar yutaowang commented on June 18, 2024

./control.sh start 9090
able to access..

./control.sh start 8000
able to access

does nginx 8080 conflict with shinyproxy 8080 ?????

from shinystudio.

yutaowang avatar yutaowang commented on June 18, 2024

http://ec2-52-80-125-206.cn-north-1.compute.amazonaws.com.cn:9090/

after click "Apps & Reports", "Documents" , whatver, all complains 500 ERROR!!!

Caused by: com.spotify.docker.client.exceptions.DockerRequestException: Request error: POST unix://localhost:80/containers/create: 404, body: {"message":"No such image: shinystudio_9090_shinystudio:latest"}

[ec2-user@ip-172-31-1-224 ShinyStudio]$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
shinystudio8080_shinystudio latest e46d7074120e 10 minutes ago 4.98GB
shinystudio9090_shinystudio latest e46d7074120e 10 minutes ago 4.98GB
shinystudio8000_shinystudio latest e46d7074120e 10 minutes ago 4.98GB
nginx latest e445ab08b2be 14 hours ago 126MB
influxdb latest d1e103e42e17 2 weeks ago 258MB
dm3ll3n/shinystudio latest 05369f5c0e60 2 weeks ago 4.98GB
hello-world latest fce289e99eb9 6 months ago 1.84kB

from shinystudio.

yutaowang avatar yutaowang commented on June 18, 2024

OS: Amazon Linux

from shinystudio.

fresh2dev avatar fresh2dev commented on June 18, 2024

There shouldn’t be any port conflicts, as each container is its own “host” in the Docker orchestration.

The issue likely has to do with the fact that your images are being built with an incorrect name. It appears the images were built with the name ‘shinystudio9090_...’ when it should be ‘shinystudio_9090_...’. The setup scripts should build with the proper name, but you can also follow the manual setup process in the doc to ensure the project name is correct.

-Sent from mobile

from shinystudio.

yutaowang avatar yutaowang commented on June 18, 2024

thank you so much for your quick reply and pointing to the cause. The script I used is,

./control.sh start 9090
...
Successfully built e46d7074120e
Successfully tagged shinystudio9090_shinystudio:latest
...

I will look into the sh codes...

from shinystudio.

yutaowang avatar yutaowang commented on June 18, 2024

so wired. I am able to build correctly on my personal ubuntu laptop; but cannot get the correct REPOSITORY name on the server. I have to rename manually.

from shinystudio.

yutaowang avatar yutaowang commented on June 18, 2024

I am gonna open a new one, the title is not accurate.

from shinystudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.