Skip to content

Ekown/docker-for-windows-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-for-windows-installation

You need some things before you can fully use the Docker for Windows feature.

  1. Install Git on Windows if none is currently installed:

  2. Run the Git-2.25.0-64-bit.exe using Administration rights.

  3. Run these on a cmd terminal or the freshly installed Git Bash

git config --global user.name "<Username>"
git config --global user.email "<Email>"
  1. Now, create a SSH key for your GitHub:
ssh-keygen -t rsa -b 4096 -C "<Email>"
  1. Just press Enter when prompted and you will be able to generate a SSH key.

  2. Navigate to your .ssh directory in ~<User>/.ssh/

  3. Read the contents of the ssh_rsa.pub file:

cat ssh_rsa.pub
  1. Copy the output starting from the ssh_rsa ending with the email address that you entered previously.

  2. Add this to your Github profile under Settings > SSH and GPG Keys

  3. You're done! Nice.

About

This is a installation guide for Docker for Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published