mirror of
https://github.com/rancher/os.git
synced 2025-08-10 19:12:30 +00:00
4 lines
73 B
Docker
4 lines
73 B
Docker
|
FROM rancher/os-base
|
||
|
COPY state.sh /usr/sbin/
|
||
|
CMD ["/usr/sbin/state.sh"]
|