mirror of
https://github.com/rancher/rke.git
synced 2025-09-26 23:43:46 +00:00
4 lines
49 B
Docker
4 lines
49 B
Docker
![]() |
FROM ubuntu:16.04
|
||
|
COPY rke /usr/bin/
|
||
|
CMD ["rke"]
|