mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +00:00
Initial docs
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
Rancher Docs
|
||||
------------
|
||||
|
||||
## Running for development/editing
|
||||
|
||||
The `rancher/docs:dev` docker image runs a live-updating server. To run on your workstation, run:
|
||||
|
||||
```bash
|
||||
./scripts/dev
|
||||
```
|
||||
|
||||
and then navigate to http://localhost:9001/. You can customize the port by passing it as an argument:
|
||||
|
||||
```bash
|
||||
./scripts/dev 8080
|
||||
```
|
||||
|
||||
## Building distribution image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user