mirror of
https://github.com/moby/moby.git
synced 2026-07-21 15:01:26 +00:00
Don't mutate the container's `Config.WorkingDir` permanently with a cleaned path when creating a working directory. Move the `filepath.Clean` to the `translateWorkingDir` instead. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>