how-to

docker diagnose

"C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" [2023-03-12T04:42:36.234756100Z][com.docker.diagnose.exe][I] set path configuration to OnHost Please specify a command. USAGE: com.docker.diagnose.exe [options] COMMAND [options] Gather and upload diagnostics bundles for Docker Desktop. Commands: check login gather upload…

update openssl

While trying to generate a certificate for awx-operator using the following: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ansible-awx.pfs.lan.key -out ansible-awx.pfs.lan.crt -subj “/CN=ansible-awx.pfs.lan/O=ansible-awx.pfs.lan” -addext “subjectAltName = DNS:ansible-awx.pfs.lan” openssl…