Skip to content

Instantly share code, notes, and snippets.

@mykhailo-petrenko
Created January 25, 2023 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mykhailo-petrenko/3aa992e5d02409dc0d657881c8c26192 to your computer and use it in GitHub Desktop.
Save mykhailo-petrenko/3aa992e5d02409dc0d657881c8c26192 to your computer and use it in GitHub Desktop.
Make Localhost accessible/available from the Docker Container
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