diff options
-rw-r--r-- | Dockerfile | 3 | ||||
-rw-r--r-- | sx.sh | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -18,9 +18,6 @@ RUN yum -y install \ kubernetes-client \ && yum clean all -# Set default command -CMD ["/usr/bin/bash"] - COPY sx.sh /bin/sx @@ -17,7 +17,7 @@ function start_service { echo "+=====================================================" while true do - echo "live... (next try in 10sec)" & sleep 10 + echo "live... (next try in 10sec)" & sleep 3600 done } |