mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-28 08:48:48 +00:00
- this needs improvements to make it more "platform native", in particular GCP supports multiple users and more ssh key mangement options. - at present you can login as root with any platform ssh key - add support for uts=host and ipc=host - set the hostname from the metadata as well Signed-off-by: Justin Cormack <justin.cormack@docker.com>
4 lines
53 B
Docker
4 lines
53 B
Docker
FROM scratch
|
|
COPY . ./
|
|
CMD ["/usr/bin/metadata-gcp"]
|