Docker basics.
You can't run two docker containers using the same container name. You need to rename one.
Same as you can't run two docker containers using the same host port. You need to change one.
Then use a different container name for the new one you're trying to create,
like pluto-for-channels-jg

