Skip to content

Commit 942cb94

Browse files
extra_hosts: Update README.md
1 parent bf13908 commit 942cb94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
101101
| **seccomp_profile** | string | no | Path to custom seccomp profile. `seccomp` must be set to `true` in order to use `seccomp_profile`. The default `docker` seccomp profile found [`here`](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json) can be used as a reference, and modified to create a custom seccomp profile. |
102102
| **readonly_rootfs** | bool | no | Container root filesystem will be read-only. |
103103
| **host_network** | bool | no | Enable host network. This is equivalent to `--net=host` in docker. |
104+
| **extra_hosts** | []string | no | A list of hosts, given as host:IP, to be added to /etc/hosts. |
104105
| **cap_add** | []string | no | Add individual capabilities. |
105106
| **cap_drop** | []string | no | Drop invidual capabilities. |
106107
| **devices** | []string | no | A list of devices to be exposed to the container. |

0 commit comments

Comments
 (0)