docker run weirdness


For some reason we need to have the port parameter up first like so,

docker run -p 8000:27017 mongodb-xdb


I tried  running it

docker run mongodb-xdb -p 8000:27017


And I get some error. So weird.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm