notes mongo with a data volume from another container docker run \ --rm \ --name mongo \ --volumes-from mongo-data \ -p 27017:27017 mongo