show items in private docker registry
using docker exec
using docker exec
Pulling Image from Public ‘docker.io’ Works After pulling image using WSL2 ubuntu, see how windows is sharing the same local docker image repo: Pulling from Private Registry
FIRST START mongodb --bind_ip_add open console: mongosh use admin admin> db.createUser({user: "admin",pwd: "newPassword", roles: }) admin> db.changeUserPassword("admin","******") admin> db.updateUser("admin", { roles: }); admin> db.updateUser("admin", { roles: }); admin> show users[{_id:…
Woke up this morning (2023/01/27) to this mess: mongosh