Multi-line Commands

How do I run the multiple lines of “docker run” cli in Docker Hub ?

I am not sure I understand the question. There is a multiline cli command on the linked page however that is for Linux. If you want to do that on Windows, in PowerShell you can use backtick instead of backslash.

And also change other parts of the command if something is not compatible with PowerShell.

That’s what I need. Thanks.