mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 18:48:25 +00:00
Set hostname on GCP
Split GCP startup script in two: + One started before Docker, to set the hostname + Another to run the startup script Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
@@ -57,7 +57,8 @@ RUN \
|
||||
rc-update add containerd default && \
|
||||
rc-update add aws default && \
|
||||
rc-update add azure default && \
|
||||
rc-update add gcp default && \
|
||||
rc-update add gcp-hostname default && \
|
||||
rc-update add gcp-startup default && \
|
||||
true
|
||||
|
||||
CMD ["/mkinitrd.sh"]
|
||||
|
||||
Reference in New Issue
Block a user