mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Added rancheros-installer script
This script will call out to pull an os-installer container. It handles orchestrating the install process.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM base
|
||||
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
|
||||
COPY scripts/dockerimages/scripts/update-ssh-keys /usr/bin/
|
||||
COPY scripts/dockerimages/scripts/rancheros-install /usr/sbin/
|
||||
RUN sed -i 's/rancher:!/rancher:*/g' /etc/shadow && \
|
||||
echo '## allow password less for rancher user' >> /etc/sudoers && \
|
||||
echo 'rancher ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
|
Reference in New Issue
Block a user