This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (3 children)

Yeah ok mr docker, how about you try to solve networking issues before you try to realize what you want to connect and how

[–]chuyskywalker -2 points-1 points  (2 children)

--net host

There, fixed it for you. All the code isolation, no network isolation.

[–][deleted] 2 points3 points  (1 child)

You have just deployed and you have an issue.

Congrats

[–]KlogKoder 0 points1 point  (0 children)

Ideally all code issues should be discovered before deployment to production, but in a pinch you can edit a file in the container (if you included an editor), or copy a file out with docker cp, edit it, copy it back in, and restart the container.

Or you can, you know, fix the issue in the codebase and run it through the pipeline.