Documentation for Rancher products (for 2.0/new site)
Go to file
Sebastiaan van Steenis 84e16ee1d7 Add step to get Rancher logging in HA 2018-06-18 11:22:35 -07:00
.vscode Update _index.md 2018-06-05 10:34:45 -07:00
archetypes
content Add step to get Rancher logging in HA 2018-06-18 11:22:35 -07:00
data
layouts typo fix : change docker version to 17.03.2 2018-06-12 07:56:29 -07:00
scripts Build script, search index, tags 2018-05-08 11:53:24 -07:00
src updates per Will's feedback 2018-06-16 00:31:47 -07:00
.ackrc
.dockerignore
.drone.yml test 2018-05-08 12:59:51 -07:00
.editorconfig
.eslintrc.js
.gitignore
.sass-lint.yml
Dockerfile.build
Dockerfile.dev
Dockerfile.prod Fix base url of prod 2018-05-01 17:17:57 -07:00
Dockerfile.staging
README.md
config.toml improve this page partial for docs contributors 2018-06-05 15:05:25 -07:00
gulpfile.babel.js roll back image zoom 2018-06-08 17:10:44 -07:00
netlify.toml
nginx.conf Fix OS 1.x links 2018-05-02 12:59:36 -07:00
package.json roll back image zoom 2018-06-08 17:10:44 -07:00

README.md

Rancher Docs

Running for development/editing

The rancher/docs:dev docker image runs a live-updating server. To run on your workstation, run:

  ./scripts/dev

and then navigate to http://localhost:9001/. You can customize the port by passing it as an argument:

  ./scripts/dev 8080

Building distribution image