mirror of
https://github.com/moby/moby.git
synced 2026-08-10 01:49:04 +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>