mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 21:33:10 +00:00
This package handles meta and user data for different cloud and other platforms. It should be easy to extend to new platforms. Currently, it handles GCP metadata and a simple CDROM userdata provider. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
4 lines
49 B
Docker
4 lines
49 B
Docker
FROM scratch
|
|
COPY . ./
|
|
CMD ["/usr/bin/metadata"]
|