Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Commit a7ec4ef Docker feature not functional, returns no such file or dir error #106

Closed
davidjeddy opened this issue Nov 22, 2022 · 3 comments

Comments

@davidjeddy
Copy link

davidjeddy commented Nov 22, 2022

$ docker run --rm -it -p 5000:5000 \
  -v $(pwd):/data:ro \
  --security-opt apparmor:unconfined \
  --cap-add=SYS_ADMIN \
  ianyliu/blast-radius-fork
exec /bin/docker-entrypoint.sh: no such file or directory

Looks like the entry-point script is not ending up in /bin inside the container.

@Ianyliu
Copy link

Ianyliu commented Nov 22, 2022

Yeah after I update the new Docker image it's been having some problems (Ianyliu#19) I haven't been able to get to it lately because of school.

@Ianyliu
Copy link

Ianyliu commented Jan 15, 2023

@davidjeddy Could you please try the new image now?

@davidjeddy
Copy link
Author

Looks good now. Thank you.

david:deployments$ docker images | grep ianyliu/blast-radius-fork
ianyliu/blast-radius-fork                                                      latest          ba563dc64863   2 months ago    181MB
ianyliu/blast-radius-fork                                                      <none>          6357f1780457   4 months ago    183MB
ianyliu/blast-radius-fork                                                      0.15.5          1e39f4e992df   8 months ago    292MB
ianyliu/blast-radius-fork                                                      0.14.11         1475c048c508   8 months ago    294MB
david:deployments$ docker run --rm -it -p 5000:5000 \
  -v $(pwd):/data:ro \
  --security-opt apparmor:unconfined \
  --cap-add=SYS_ADMIN \
  ianyliu/blast-radius-fork
Terraform initialized in an empty directory!

The directory has no Terraform configuration files. You may begin working
with Terraform immediately by creating Terraform configuration files.
* Serving Flask app 'blastradius.server.server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off
 * Serving Flask app 'blastradius.server.server' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on all addresses (0.0.0.0)
   WARNING: This is a development server. Do not use it in a production deployment.
 * Running on http://127.0.0.1:5000
 * Running on http://172.17.0.2:5000 (Press CTRL+C to quit)
david:deployments$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants