Skip to main content

Docker for Windows

Docker logo
Docker for Windows 10 and Server 2016
Docker for Windows 10 and Server 2016
Use Windows container
Use Windows container


Install Docker for Windows
Install Docker for Windows
Must log out of Windows to complete installation
Must log out of Windows to complete installation
Enable Container feature
Enable Container feature
Check Docker version: docker version
Docker Windows container
Docker Windows container

Build demo container to print environment variables
Build demo container to print environment variables
docker run the demo container
docker run the demo container

Popular posts from this blog

DOS Commonly Used Commands

Linux command: lastlog

lastlog command reports the most recent login of all users or of a given user. NAME lastlog - reports the most recent login of all users or of a given user SYNOPSIS lastlog [options] DESCRIPTION lastlog formats and prints the contents of the last login log /var/log/lastlog file. The login-name, port, and last login time will be printed. The default (no flags) causes lastlog entries to be printed, sorted by their order in /etc/passwd. OPTIONS The options which apply to the lastlog command are: -b, --before DAYS Print only lastlog records older than DAYS. -h, --help Display help message and exit. -R, --root CHROOT_DIR Apply changes in the CHROOT_DIR directory and use the configuration files from the CHROOT_DIR directory. -t, --time DAYS Print the lastlog records more recent than DAYS. -u, --user LOGIN|RANGE Print the ...

Metasploit Framework: Notes

"The Metasploit Framework contains a suite of tools that you can use to test security vulnerabilities, enumerate networks, execute attacks, and evade detection."