Skip to content
Advertisement

Tag: amazon-web-services

Can docker run additional libraries my OS doesnt support?

I have an OS(Amazon Linux) that doesn’t support a library (libcgj). If I host the application via docker container, can I use this library? Answer As long as your application’s base images is one of those OSs that support your library, I think you should be fine. However, if you could give some more information like what application, Dockerfile etc.

SSH to AWS EC2 issue – key_load_public: No such file or directory [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

can’t connect to ec2 tomcat localhost

I’ve followed a lot of tutorials and questions which been asked before, but still no good (I’m total beginner in ec2) I’ve did the following: lunched Amazon Linux AMI 2015.09.1 (HVM), SSD Volume Type. I’ve added this rule to my security group inbound: but when I try to browse to: Public DNS:8080 I get: This webpage is not available: ERR_CONNECTION_TIMED_OUT

Advertisement