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
Added a configuration option that allows for specifying an env file for
mirrord execution. #1913
Added notice that fs mapping does not apply to relative paths. #2894
Changed
Ignore paths that start with the current dir path, instead of any path that
contains the current dir path. Also, ignore only paths that end with the
current exe's path, not all that contain it.
Print a warning to the user when -p is provided as part of mirrord container
run command, as it may cause issues because of our usage of
container type network mode.
Fixed
Change getifaddrs hook to allocate memory for a new list instead of modifying
list returned from libc call. #2903
Read current dir, current exe, and temp dir locally, also when they contain
characters with a meaning for regexes, like e.g. paretheses.