Skip to content

Commit

Permalink
readme.md tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdelightsme committed Feb 21, 2019
1 parent 011581a commit 1f6b5a4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ Expand-Archive .\straightDockerRepo.zip

(You don't need to be elevated.)

In a nutshell: it will download this repo, expand it, then run the setup.ps1 script, which
will ask a couple of questions, then launch an elevated window to enable windows features,
copy an LCOW kernel to ProgramFiles, and put the docker EXEs in C:\docker, and then start
the docker daemon (if you already have the required features enabled; if not, you'll have
to reboot first). If you are running Windows PowerShell instead of PowerShell core (pwsh),
then you will also have to allow some prompts to install the ThreadJob module.
In a nutshell: it will download this repo, expand it, then run the `setup.ps1` script from
the `sampleScripts` directory, which will ask a couple of questions, then launch an
elevated window to enable windows features, copy an LCOW kernel to ProgramFiles, and put
the docker EXEs in `C:\docker`, and then start the docker daemon (if you already have the
required features enabled; if not, you'll have to reboot first). If you are running
Windows PowerShell instead of PowerShell core (pwsh), then you will also have to allow
some prompts to install the ThreadJob module.

0 comments on commit 1f6b5a4

Please sign in to comment.