mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
add ntp container
This commit is contained in:
3
scripts/dockerimages/07-ntp
Normal file
3
scripts/dockerimages/07-ntp
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM console
|
||||
COPY scripts/dockerimages/scripts/ntp.sh /
|
||||
CMD ["/ntp.sh"]
|
3
scripts/dockerimages/scripts/ntp.sh
Executable file
3
scripts/dockerimages/scripts/ntp.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ntpd -d
|
Reference in New Issue
Block a user