Docker Run command hangs without any error
Adding to Avik Aggarwal answer, even with -d
flag didn't work for me. Increasing Docker's RAM (resources) in Settings solved the problem.
You are running the 'docker run' command with '-it' flag. You need to include '-d' flag instead of '-it'.