1
0
mirror of https://github.com/rancher/os.git synced 2025-09-24 20:09:21 +00:00

Move more commands to subcommands of ros

This commit is contained in:
Josh Curl
2016-10-20 11:58:34 -07:00
parent b767e5e1a7
commit 21fb3ebfa9
10 changed files with 78 additions and 59 deletions

View File

@@ -9,4 +9,3 @@ RUN sed -i 's/rancher:!/rancher:*/g' /etc/shadow && \
echo '## allow password less for docker user' >> /etc/sudoers && \
echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
COPY prompt.sh /etc/profile.d/
CMD ["/usr/sbin/console.sh"]