Docker exec display the wrong $PATH in non-interactive command [closed]
Why is it that when I execute a non-interactive command using the following syntax: docker exec -t flexsite /bin/bash -c “echo ${PATH}” it displays the path from my host operating system? However, when I log in interactively using: docker exec… Read More »Docker exec display the wrong $PATH in non-interactive command [closed]