examples/swap: Remove nginx from YAML

It is not needed and the 'nginx:alpine' variant is not
yet multi-arch so it won't work on arm64.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-12-11 14:40:01 +00:00
parent 851b4b875e
commit 1b5a10ad3f

View File

@ -29,16 +29,6 @@ services:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:94e01a4b16fadb053455cdc2269c4eb0b39199cd
- name: nginx
image: nginx:alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN
- CAP_SETUID
- CAP_SETGID
- CAP_DAC_OVERRIDE
binds:
- /etc/resolv.conf:/etc/resolv.conf
trust:
org:
- linuxkit