this runs `ls -l` on the `db` container: ```bash dru run ls -l -c db ``` this runs `ls -l -c db` on the `default` container: ```bash dru run "ls -l -c db" ``` Is this the correct way to handle the parameters?