Charlie Voiselle
c0eca08bcc
Update docker.mdx ( #8913 )
2020-10-02 14:54:14 -04:00
Charlie Voiselle
9d85195361
[docs] Update redirects and links for learn.hashicorp.com ( #8598 )
...
* Fix links to ACL guides
* Managing Nomad guide links; links in jsx pages
* job updates guide URLS
* node-drain guide URLS
* outage recovery guide links
* fix guide links - sentinel
* fix guide links - namespaces
* fix guide links - quotas
* fix guide links - autopilot
* more guide links.
* more guide links - continued.
* Updating redirects for learn
* Getting Started
* Load Balancing Guides
* update redirects for ui guide
* Consolidate spark redirects to point to GH repo
* operating job update part 1
* finish operating job links; operations guides links.
* finish guide redirects
* coalesce EOL redirects for spark guides.
* one last link
* Checked links and found a few more stray links
* Found more .htmls
* Fixup links for new HC websites
* Post-merge fixups
* linkcheck caught missing ids
2020-09-29 12:48:32 -04:00
Seth Hoenig
fd2a31a331
drivers/docker: detect arch for default infra_image
...
The 'docker.config.infra_image' would default to an amd64 container.
It is possible to reference the correct image for a platform using
the `runtime.GOARCH` variable, eliminating the need to explicitly set
the `infra_image` on non-amd64 platforms.
Also upgrade to Google's pause container version 3.1 from 3.0, which
includes some enhancements around process management.
Fixes #8926
2020-09-23 13:54:30 -05:00
Brad Phipps
4c983e7374
docs: add missing double quote ( #8806 )
2020-09-17 09:16:30 -04:00
Tim Gross
317eba3b20
docs: add chroot contents to Java driver docs ( #8873 )
2020-09-11 10:38:30 -04:00
Shishir
47bdf13ac9
nomad-driver-containerd: Update networking section ( #8762 )
2020-09-03 10:31:58 -04:00
Mahmood Ali
ff01f521a1
Merge pull request #8656 from JanMa/update-nspawn-docs
...
Update docs for nspawn driver
2020-08-23 21:24:56 -04:00
Shishir Mahajan
7055477860
Podman driver: Add support for signal task.
2020-08-19 17:25:52 -07:00
James Rasell
01413d8258
docs: update Docker driver to detail new image_pull_timeout params.
2020-08-14 09:40:24 +01:00
JanMa
7a04afebf6
Update docs for nspawn driver
...
There have been some new config options added in recent releases of the nspawn
driver. This commit updates the docs accordingly.
2020-08-12 20:28:03 +02:00
Nick Ethier
e39574be59
docker: support group allocated ports and host_networks ( #8623 )
...
* docker: support group allocated ports
* docker: add new ports driver config to specify which group ports are mapped
* docker: update port mapping docs
2020-08-11 18:30:22 -04:00
James Rasell
994468a3e0
docs: fix minor formatting issues on docker driver page. ( #8578 )
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-08-11 12:41:50 +02:00
Charlie Voiselle
ac5e3f9e23
Removed version tag
...
In order to prevent staleness, changed driver links to point to releases page rather than a specific version.
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2020-08-07 17:53:36 -04:00
Shishir Mahajan
874f948520
Fix review comments.
2020-08-05 11:51:00 -07:00
Shishir Mahajan
088b0694b4
Add nomad-driver-containerd to nomad UI docs.
2020-08-04 11:29:05 -07:00
Drew Bailey
f7c2ecb205
move podman out of external task drivers ( #8502 )
...
* move podman out of external task drivers
* document driver capabilities
* add redirect from old podman url to new one
* fix syntax
2020-07-22 14:55:40 -04:00
Tim Gross
77f4189cd2
docs: expand explanation of task driver capabilities ( #8485 )
2020-07-22 12:14:20 -04:00
kobayashi
e095a70bd6
Add capabilities to task drivers' pages ( #8476 )
2020-07-21 14:54:31 -04:00
Drew Bailey
194c414928
podman documentation ( #8331 )
...
* podman documentation
* capitalizations
2020-07-01 16:41:39 -04:00
Mahmood Ali
2d64a404e6
docs: update docs for host path flags
2020-06-24 08:03:56 -04:00
Frederic Hemberger
55909c7c91
[docs/docker driver] fix username in example
...
> If you do not run Nomad as root, make sure you add the Nomad user to the Docker group so Nomad can communicate with the Docker daemon.
Changing the username in the example from `vagrant` to `nomad`. Vagrant isn't addressed in the entire document, so I guess that this was a mistake.
2020-06-11 12:29:43 +02:00
Shishir Mahajan
ee616f6f91
Fix review comments.
2020-06-01 19:15:01 -07:00
Shishir Mahajan
e9136e0044
Fix go-lint issue.
2020-06-01 18:54:58 -07:00
Dustin Taylor
166793e9f6
Descriptions
2020-06-01 18:54:58 -07:00
Shishir Mahajan
3207e224ff
Fix review comments.
2020-06-01 18:54:58 -07:00
Shishir Mahajan
7cc40906fc
Add nomad-driver-iis to nomad UI docs.
2020-06-01 18:54:58 -07:00
Seth Hoenig
bf78912642
docs: reference kernel documentation regarding soft memory limit activation
2020-06-01 11:16:11 -05:00
Seth Hoenig
a5fb9b1811
docs: use correct url path for doc string
...
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2020-06-01 10:52:36 -05:00
Seth Hoenig
d10a018283
docs: update docs & changelog for docker driver memory_hard_limit configuration
2020-06-01 09:24:49 -05:00
Jeff Escalante
636f174f48
fix shell-session snippet error
2020-05-18 16:53:06 -04:00
Mahmood Ali
04a3cfbeff
Merge pull request #7932 from hashicorp/f-docker-custom-runtimes
...
Docker runtimes
2020-05-12 11:59:36 -04:00
Mahmood Ali
130d8d36e7
update docs
2020-05-12 11:07:12 -04:00
Mahmood Ali
54565e3836
Apply suggestions from code review
...
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-05-12 10:56:47 -04:00
Charlie Voiselle
f1ababc31b
Update docker.mdx
2020-04-24 23:20:02 -04:00
Mahmood Ali
2ef4ce04bb
change tense
...
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-04-08 07:59:11 -04:00
Mahmood Ali
fa4a6f7052
docs: move rkt to external drivers
2020-04-07 23:13:16 -04:00
Ben Buzbee
769a3cd8b3
Rename OCIRuntime to Runtime; allow gpu conflicts is they are the same runtime; add conflict test
2020-04-03 12:15:11 -07:00
Ben Buzbee
d4f26d1eee
Support custom docker runtimes
...
This enables customers who want to use gvisor and have it configured on their clients.
2020-04-03 11:07:37 -07:00
Charlie Voiselle
4b580df670
fixing links
...
(cherry picked from commit 575f22e970e2429b8f9871f11b8c3e0924c82dc2)
2020-03-26 19:27:05 -04:00
Charlie Voiselle
2328e3dcac
link-fixup; move navigation
2020-03-26 19:26:38 -04:00
Jeff Escalante
78a9d7b856
Anchor Link Fixes ( #7287 )
2020-03-26 16:21:24 -04:00
Jeff Escalante
77e6ad8867
Revert "Merge pull request #7322 from hashicorp/docs-fix-guide-links"
...
This reverts commit 4311f5e95657a2eb7b231daf326af252e6c75ae7, reversing
changes made to 5d5469e6facfc4ab59235d5532664bb95a597728.
2020-03-12 18:18:14 -04:00
Charlie Voiselle
e1f6cf4734
Working on "/guides" links
2020-03-12 15:46:39 -04:00
JanMa
df1ee5b4d1
fix page layout settings
2020-02-29 18:07:15 +01:00
Jan Martens
5e082c7ac3
docs: add nspawn as external task driver plugin
2020-02-29 17:52:06 +01:00
Thomas Lefebvre
84baa950ce
client: support no_pivot_root in exec driver configuration
2020-02-18 09:27:16 -08:00
Jeff Escalante
569bead286
fix a couple more links
2020-02-10 14:20:59 -05:00
Jeff Escalante
6c8f079d24
new website ✨
2020-02-06 18:45:31 -05:00