Commit Graph

187 Commits

Author SHA1 Message Date
Ian Lewis 95535eca24 Update tool compatibility. 2020-03-11 11:37:19 +09:00
Ian Lewis 7a3048954a Add note on nested virtualization 2020-03-11 09:36:58 +09:00
Ian Lewis 5f723ac601 Fix corrupted bazel install errors.
Previously /tmp/gvisor-website was used for the bazel output_user_root
but the host could delete a subset of the files under /tmp causing it to
become corrupted.

This commit updates the Makefile to use the bazel_user_root directory
under the repository root directory for caching bazel packages.
2020-03-11 09:21:05 +09:00
moricho 6eb4ea3008 user_guide: modify debug option 2020-02-26 09:41:12 +09:00
Ian Lewis f4a0d6af97 Add additional error message to FAQ 2020-01-29 10:18:18 -08:00
Ian Lewis 639b25ed4b Fix typo: 'hte' -> 'the' 2020-01-22 08:42:33 -08:00
Ian Lewis 3e5c5e9e08
Merge branch 'master' into readme 2020-01-21 15:19:51 +09:00
Ian Lewis a910cc8fd1
Merge branch 'lint-md' 2020-01-21 01:11:58 -05:00
Ian Lewis 5c23b68aac
Merge branch 'master' into readme 2020-01-17 16:46:42 +09:00
Ian Lewis 3bdcdb0097
Dedup remark config 2020-01-17 02:40:46 -05:00
Ian Lewis cac45fb387
Fixed blog post markdown 2020-01-17 02:38:12 -05:00
Ian Lewis ab86e60870
Fix quotes in blog post 2020-01-17 02:28:41 -05:00
Ian Lewis fd0628b5f5
Dedup check command 2020-01-17 02:27:50 -05:00
Ian Lewis 10ec43c775
Clean up markdown lists 2020-01-17 02:13:07 -05:00
Ian Lewis 712a2829e7
Fix extra spaces in footnotes 2020-01-17 01:55:36 -05:00
Ian Lewis 5e92b48511
Added config for markdown linter
* Support markdown footnotes
* Don't complain about list indentation
2020-01-17 01:49:26 -05:00
Ian Lewis 6d055f33a1
Merge branch 'master' into lint-md 2020-01-17 01:47:38 -05:00
Ian Lewis dcd8504d98 Change weight of CNI tutorial 2020-01-14 10:08:32 -08:00
Ian Lewis eae7c2f6bd Add a tutorial on CNI 2020-01-14 10:08:32 -08:00
Ian Lewis 80111fc68b
Remove troubleshooting section
Remove troubleshooting section that was added back in merge.
2020-01-14 17:06:53 +09:00
Ian Lewis fe815eed11
Merge branch 'master' into readme 2020-01-14 17:02:56 +09:00
Ian Lewis 039f309bc9 Update readme with new docs.
- Rearrange the docs into sections on using Github or Git locally.
- Remove the troubleshooting FAQ since we build using Docker.
2020-01-14 17:00:07 +09:00
Ian Lewis 2274c9929a Add --rm to docker run commands. 2020-01-14 17:00:07 +09:00
Ian Lewis 6e5080f5dc Use hugo Docker image in Makefile
Removes the local dependency on hugo for building.
2020-01-14 17:00:07 +09:00
Ian Lewis 89ac3bdc31 Run npm in Docker image.
This partially removes the build dependency on node.js.
2020-01-14 17:00:07 +09:00
Ian Lewis eef069778b Build runsc in Docker container
This removes the build dependency on Bazel.
2020-01-14 17:00:07 +09:00
Michael Pratt afbd4a130b Use question marks for questions 2020-01-09 09:27:53 -08:00
Tyler Kennedy 350657f6ac FAQ Typo (Docker -> Kubernetes) 2020-01-09 11:21:56 +11:00
zkoopmans 3f05c97503 Update blog post with final comments. Update markdown formatting. 2019-12-15 12:08:25 +09:00
Henry Lee 57907f83d7 Copy the page-meta-links.html file from docsy to the local directory 2019-12-03 17:33:18 +09:00
Henry Lee eecdc5b3c3 Fix broken "Edit this page" link 2019-12-03 17:33:18 +09:00
Adin Scannell 4e4d55b943 Re-add apt-based installation instructions. 2019-11-22 09:32:28 -08:00
zkoopmans 68e72050df Update Figure 3 removing black text. 2019-11-19 15:33:43 -08:00
Ian Lewis 00471432c4 Update to Go 1.12 runtime.
Update to the Go 1.12 runtime.
- The login option in app.yaml is no longer supported. Check the
  X-Appengine-Cron http header instead.
- Add a 'stage' make target that allows you to easily stage a change.
2019-11-19 14:14:46 -08:00
zkoopmans 8c89ebd431 Updating with final images and text changes after Jeremiah LGTM. 2019-11-18 22:09:48 -08:00
zkoopmans 7bb4b40806 Updating figure3 image 2019-11-18 22:09:48 -08:00
zkoopmans de56e78934 Adding first blog post. 2019-11-18 22:09:48 -08:00
Ian Lewis a253368f76 Add fragment links only on docs pages
Add fragment links only on docs pages and only when there is an 'id'
attribute.
2019-11-18 22:09:48 -08:00
Ian Lewis d9f1d86286 Added base blog content. 2019-11-18 22:09:48 -08:00
Ian Lewis b94ef2075a
Added info on styles to README 2019-11-14 13:32:40 -05:00
Ian Lewis a2b055de52 Updated to Docsy HEAD
This updates the vendored docsy to 1a09abe6d7
2019-11-13 13:03:16 -08:00
Ian Lewis c73410c0bd
Comment out unused references 2019-10-28 01:32:30 -04:00
Ian Lewis 6915194efb
Merge branch 'master' into lint-md 2019-10-28 11:42:44 +09:00
Nicolas Lacasse cf5b8ec088 Remove pointers to releases that do not exist yet.
And simplify installation instructions.

Multiple users reported that the download links (even for our nightlys) are broken.  While the instructions for the nightlys were technically correct, they were hard to follow, and kind of misleading.
2019-10-26 10:15:54 +09:00
Kevin Krakauer 9d81dd3559 Change tcpdump status to working
12235d533a
2019-10-25 07:09:53 +09:00
Adin Scannell 6b0f111d96 Temporarily remove apt instructions
The built repository is not working. This will be updated when the release file is being generated correctly.
2019-10-24 15:48:21 +09:00
Ian Lewis a7803353f0
Added lint-md linter for markdown 2019-10-24 02:35:07 -04:00
DNX cf240fdf73 Fix install link
Link to install docs is currently missing from the Docker quickstart page.
2019-10-24 13:29:12 +09:00
dependabot[bot] c90a6f5a85 Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-24 12:55:23 +09:00
Ian Lewis a9a28c9e4d Add Google Analytics tracking. 2019-10-24 12:18:46 +09:00