Created
January 25, 2023 10:06
-
-
Save mykhailo-petrenko/3aa992e5d02409dc0d657881c8c26192 to your computer and use it in GitHub Desktop.
Make Localhost accessible/available from the Docker Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm -p 5000:5000 \ | |
--add-host=host.docker.internal:host-gateway |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment