Commit Graph

46 Commits

Author SHA1 Message Date
Seth Hoenig
188a604ce3 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
7bcb12baaa docs: add missing double quote (#8806) 2020-09-17 09:16:30 -04:00
Tim Gross
d8d2b7ec97 docs: add chroot contents to Java driver docs (#8873) 2020-09-11 10:38:30 -04:00
Shishir
4ba3afa44b nomad-driver-containerd: Update networking section (#8762) 2020-09-03 10:31:58 -04:00
Mahmood Ali
3b15b89b3c Merge pull request #8656 from JanMa/update-nspawn-docs
Update docs for nspawn driver
2020-08-23 21:24:56 -04:00
Shishir Mahajan
3a69c68ceb Podman driver: Add support for signal task. 2020-08-19 17:25:52 -07:00
James Rasell
75f2732678 docs: update Docker driver to detail new image_pull_timeout params. 2020-08-14 09:40:24 +01:00
JanMa
6dbc3a29c7 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
c11dbcd001 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
55821da83b 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
94c500c893 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
92642e286a Fix review comments. 2020-08-05 11:51:00 -07:00
Shishir Mahajan
46d7ea9968 Add nomad-driver-containerd to nomad UI docs. 2020-08-04 11:29:05 -07:00
Drew Bailey
4cb446ea04 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
31be70bbb3 docs: expand explanation of task driver capabilities (#8485) 2020-07-22 12:14:20 -04:00
kobayashi
9aae2950be Add capabilities to task drivers' pages (#8476) 2020-07-21 14:54:31 -04:00
Drew Bailey
0fb0b7192e podman documentation (#8331)
* podman documentation

* capitalizations
2020-07-01 16:41:39 -04:00
Mahmood Ali
8e91a6cd2f docs: update docs for host path flags 2020-06-24 08:03:56 -04:00
Frederic Hemberger
bfe729f7ed [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
5574d57315 Fix review comments. 2020-06-01 19:15:01 -07:00
Shishir Mahajan
7570887bc6 Fix go-lint issue. 2020-06-01 18:54:58 -07:00
Dustin Taylor
38112e2dab Descriptions 2020-06-01 18:54:58 -07:00
Shishir Mahajan
9435013a2c Fix review comments. 2020-06-01 18:54:58 -07:00
Shishir Mahajan
e13b30da65 Add nomad-driver-iis to nomad UI docs. 2020-06-01 18:54:58 -07:00
Seth Hoenig
0d0d245981 docs: reference kernel documentation regarding soft memory limit activation 2020-06-01 11:16:11 -05:00
Seth Hoenig
779b615a52 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
d35358a07c docs: update docs & changelog for docker driver memory_hard_limit configuration 2020-06-01 09:24:49 -05:00
Jeff Escalante
e69fc1f459 fix shell-session snippet error 2020-05-18 16:53:06 -04:00
Mahmood Ali
dd06346435 Merge pull request #7932 from hashicorp/f-docker-custom-runtimes
Docker runtimes
2020-05-12 11:59:36 -04:00
Mahmood Ali
a4e77ab80d update docs 2020-05-12 11:07:12 -04:00
Mahmood Ali
0f499a37ef Apply suggestions from code review
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-05-12 10:56:47 -04:00
Charlie Voiselle
74d91fa2b4 Update docker.mdx 2020-04-24 23:20:02 -04:00
Mahmood Ali
a397031b06 change tense
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-04-08 07:59:11 -04:00
Mahmood Ali
b3f6ef5087 docs: move rkt to external drivers 2020-04-07 23:13:16 -04:00
Ben Buzbee
3bd675ea9d 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
5f58ac619a 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
837912a8f1 fixing links
(cherry picked from commit 575f22e970e2429b8f9871f11b8c3e0924c82dc2)
2020-03-26 19:27:05 -04:00
Charlie Voiselle
ce4c91dd9a link-fixup; move navigation 2020-03-26 19:26:38 -04:00
Jeff Escalante
c320055223 Anchor Link Fixes (#7287) 2020-03-26 16:21:24 -04:00
Jeff Escalante
95a8495024 Revert "Merge pull request #7322 from hashicorp/docs-fix-guide-links"
This reverts commit 4311f5e956, reversing
changes made to 5d5469e6fa.
2020-03-12 18:18:14 -04:00
Charlie Voiselle
983572f163 Working on "/guides" links 2020-03-12 15:46:39 -04:00
JanMa
ab017b8591 fix page layout settings 2020-02-29 18:07:15 +01:00
Jan Martens
24312076e1 docs: add nspawn as external task driver plugin 2020-02-29 17:52:06 +01:00
Thomas Lefebvre
5a017acd0b client: support no_pivot_root in exec driver configuration 2020-02-18 09:27:16 -08:00
Jeff Escalante
5e8b34017c fix a couple more links 2020-02-10 14:20:59 -05:00
Jeff Escalante
19c404ca79 new website 2020-02-06 18:45:31 -05:00