This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is to help familiarise with Docker and how to install, run and delete containers. It doesn't do anything useful beyond that. | |
Install Docker | |
- Search for 'Docker for Windows' (https://docs.docker.com/docker-for-windows/install/) | |
- Install from the downloaded .msi | |
Check installation: | |
- in Git Bash (may need to run as an administrator): | |
- 'docker -v' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To make Pageant automatically run and load keys at startup: | |
- Find the location of pageant.exe | |
- Windows key + R to open the 'run' dialog box | |
- Type: 'shell:startup' in the dialog box | |
- Create a shortcut to the pageant.exe and put into this startup folder. |