From dbd4893e915afac0c1c72d208396893dbe0e3523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/unicloud-unison/play-with-docker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stacks/unicloud-unison/play-with-docker.md b/stacks/unicloud-unison/play-with-docker.md index 04e304d..be0c6e6 100644 --- a/stacks/unicloud-unison/play-with-docker.md +++ b/stacks/unicloud-unison/play-with-docker.md @@ -83,7 +83,10 @@ docker logs -f client1 ## 测试同步 +``` +touch ~/share/$(date +%s).txt +``` + ```bash -docker exec -it client1 touch /share/$(date +%s).txt docker exec -it server ls /shares/share1 ``` \ No newline at end of file