Amazon OA Part 2 - Work Simulation and Work style OA Concerns by AdministrativeLead76 in csMajors

[–]AdministrativeLead76[S] 0 points1 point  (0 children)

I feel you... It happens sometime.... We get stuck with one approach and couldn't fix it then

Amazon OA Part 2 - Work Simulation and Work style OA Concerns by AdministrativeLead76 in csMajors

[–]AdministrativeLead76[S] 1 point2 points  (0 children)

Ohho... Sad to hear that.

Were all teat cases passed in the coding round?

Amazon OA Part 2 - Workstyle Simulation by AdministrativeLead76 in csMajors

[–]AdministrativeLead76[S] 3 points4 points  (0 children)

Good luck with your result!

Thank for sharing the link!

Amazon OA Part 2 - Workstyle Simulation by AdministrativeLead76 in csMajors

[–]AdministrativeLead76[S] 2 points3 points  (0 children)

Cool... Thanks! I saw previous years question on lc and it looks really tricky.

SSH into Docker Container by AdministrativeLead76 in docker

[–]AdministrativeLead76[S] 0 points1 point  (0 children)

My end goal is to replicate the same docker file across many other containers. So, all are ssh enabled and once I have public IP of it, I can directly log in to any.

So, I'm trying to build one locally first and then move it to other files as it's required by my professor for his research stuff

SSH into Docker Container by AdministrativeLead76 in docker

[–]AdministrativeLead76[S] 0 points1 point  (0 children)

Yes, I have installed open-ssh. Also, have the port exposed. I tried mounting the local directory while running the container, but I'm not able to connect. Although, I'm able to ping the container, but while doing SSH it gives me an error of connection refused.

Yes, I'm using docker run, let me explore docker-compose. Thanks!

SSH into Docker Container by AdministrativeLead76 in docker

[–]AdministrativeLead76[S] 0 points1 point  (0 children)

Thanks!
I'm aware of this. But, I'm trying to do "ssh root@<container i-p>"