You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using host network for our applications which is not a best practice and it's better to use isolated network.
That was a good starting point to easily setup our infra and have a running application; But at this point we need to refactor Dockerfiles in a way which creates an isolated network (bridge mode) and uses that end to end.
The text was updated successfully, but these errors were encountered:
Currently we are using
host
network for our applications which is not a best practice and it's better to use isolated network.That was a good starting point to easily setup our infra and have a running application; But at this point we need to refactor Dockerfiles in a way which creates an isolated network (
bridge
mode) and uses that end to end.The text was updated successfully, but these errors were encountered: