File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,19 @@ Below we outline the instructions for setting up your machine and running the co
33
33
34
34
## Installing the Docker Container
35
35
36
- To install the prebuilt docker container for the book project, open a terminal under your host operating system.
36
+ To install the prebuilt docker container for the book project, open a terminal under your host operating system:
37
37
38
- ### Windows
38
+ - ** Windows** : we recommend [ Powershell] ( https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/powershell )
39
+ - ** macOS** : the Terminal app (` /Applications/Utilities/Terminal.app ` ) is a great option
40
+ - ** Linux** : any default console provided by your distribution of choice will be good
39
41
40
- Open [ Powershell ] ( https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/powershell ) and issue the following command:
42
+ Once you are on the terminal, run the following command to download the container to your own machine :
41
43
42
44
```
43
- > docker pull gdsbook
45
+ docker pull gdsbook/stack
44
46
```
45
47
46
- ### macOS
47
-
48
- Open ` /Applications/Utilities/Terminal.app ` and run:
49
-
50
-
51
- ```
52
- > docker pull gdsbook
53
- ```
48
+ Note this will take a while and will require a significant amount of bandwith (the entire image is about 8GB).
54
49
55
50
## Acquire book source materials
56
51
You can’t perform that action at this time.
0 commit comments