Skip to content

Commit c9a11a5

Browse files
committed
Documentation update
1 parent 396f6aa commit c9a11a5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

web/docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For many platforms a product called `Docker Desktop` is available, which include
4444

4545
Some notes:
4646

47-
* On Windows we recommend using the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl) (WSL) as it also provides a powerful (Bash) command line and has optimal integration with Docker
47+
* On Windows we recommend using the [Windows Subsystem for Linux v2](https://docs.microsoft.com/en-us/windows/wsl) (WSL2) as it also provides a powerful (Bash) command line and has optimal integration with Docker
4848
* On Mac, if you are using [Homebrew](https://brew.sh), consider (as the author has) using the [brew Docker formula](https://formulae.brew.sh/formula/Docker)
4949
* On Linux, you can choose the relevant installer for your platform. You can also use Virtualbox with a Ubuntu Image or use a cloud VM
5050
* Docker desktop includes a graphical user interface with some interesting options. You can see logs and information about running containers, open their service in a browser or even open a terminal inside the container

web/docs/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,14 @@ Below we will download and run the workshop content.
7979
curl -O https://codeload.github.com/geopython/geopython-workshop/zip/master
8080
unzip master
8181
cd geopython-workshop-master/workshop
82+
```
83+
</div>
84+
85+
Linux, macOS:
8286

87+
<div class="termy">
88+
89+
```console
8390
// start the workshop
8491

8592
./geopython-workshop-ctl.sh start
@@ -92,6 +99,25 @@ cd geopython-workshop-master/workshop
9299

93100
./geopython-workshop-ctl.sh stop
94101
```
102+
</div>
103+
104+
Windows (Powershell or Command Prompt):
105+
106+
<div class="termy">
107+
108+
```console
109+
// start the workshop
110+
111+
.\win-geopython-workshop-ctl.bat start
112+
113+
// display URL and open in default web browser
114+
115+
.\win-geopython-workshop-ctl.bat url
116+
117+
// stop workshop
118+
119+
.\win-geopython-workshop-ctl.bat stop
120+
```
95121

96122
</div>
97123

0 commit comments

Comments
 (0)