-
General commands Show available Docker images docker images Show running Docker instances docker ps Run an instance in foreground (debug logs are visible) docker run -p 8080:80/tcp --name bolt11 aerth/boltcms:latest Run an instance in the background docker run -p 8000 --name <name> -d -t <imagename> Open shell into an instance docker exec -it <container_name> /bin/bash…
-
The Windows registry is a central data storage for the operation system as well as for applications. It’s a key-value storage in a tree structure. A hive is a set of keys and their values. The root hives are: Short Long Content Source file HKCR HKEY_CLASSES_ROOT Information about file types and properties HKCC HKEY_CURRRENT_CONFIG Information about…