Last active
September 12, 2015 00:06
-
-
Save lightxu/968615a6b889d4cd82f8 to your computer and use it in GitHub Desktop.
Revisions
-
lightxu revised this gist
Sep 12, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ play_log: build: . -
lightxu created this gist
Sep 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ from ubuntu RUN ln -sf /dev/stdout /log CMD while true; do echo "test\n" >/log; sleep 1; done