mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 16:30:52 +00:00
Merge pull request #3830 from jf/fix_docs_aws_example
Fix examples/platform-aws.yml: add dhcpcd service to keep instance reachable after lease
This commit is contained in:
@@ -17,6 +17,9 @@ onboot:
|
|||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a
|
image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a
|
||||||
|
- name: dhcpcd2
|
||||||
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
|
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
|
||||||
binds.add:
|
binds.add:
|
||||||
|
Reference in New Issue
Block a user