mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
add windows powershell script
This commit is contained in:
@@ -5,16 +5,28 @@ Rancher Docs
|
||||
|
||||
The `rancher/docs:dev` docker image runs a live-updating server. To run on your workstation, run:
|
||||
|
||||
Linux
|
||||
```bash
|
||||
./scripts/dev
|
||||
```
|
||||
|
||||
Windows
|
||||
```powershell
|
||||
./scripts/dev-windows.ps1
|
||||
```
|
||||
|
||||
and then navigate to http://localhost:9001/. You can customize the port by passing it as an argument:
|
||||
|
||||
Linux
|
||||
```bash
|
||||
./scripts/dev 8080
|
||||
```
|
||||
|
||||
Windows
|
||||
```powershell
|
||||
./scripts/dev-windows.ps1 -port 8080
|
||||
```
|
||||
|
||||
License
|
||||
=======
|
||||
Copyright (c) 2014-2019 [Rancher Labs, Inc.](http://rancher.com)
|
||||
|
||||
Reference in New Issue
Block a user