From 7fa8084105bd27617e896e58076a27d9f81dc520 Mon Sep 17 00:00:00 2001 From: zubinshuo <1795729364@qq.com> Date: Thu, 30 Jun 2022 13:54:15 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20zubinshuo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zubinshuo/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 zubinshuo/.keep diff --git a/zubinshuo/.keep b/zubinshuo/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 3da97c70335931f2c7e3f3de548605844ac8ccc1 Mon Sep 17 00:00:00 2001 From: zubinshuo <1795729364@qq.com> Date: Thu, 30 Jun 2022 13:57:13 +0000 Subject: [PATCH 2/2] add zubinshuo/third-party-app.txt. --- zubinshuo/third-party-app.txt | 50 +++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 zubinshuo/third-party-app.txt diff --git a/zubinshuo/third-party-app.txt b/zubinshuo/third-party-app.txt new file mode 100644 index 0000000..8de2ea7 --- /dev/null +++ b/zubinshuo/third-party-app.txt @@ -0,0 +1,50 @@ +[root@iZbp160tl5eiz8fc363w64Z ~]# service docker start +Redirecting to /bin/systemctl start docker.service +[root@iZbp160tl5eiz8fc363w64Z ~]# docker pull docker.io/library/busybox:latest +latest: Pulling from library/busybox +19d511225f94: Pull complete +Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 +Status: Downloaded newer image for busybox:latest +docker.io/library/busybox:latest +[root@iZbp160tl5eiz8fc363w64Z ~]# docker run --rm --hostname='test_hn' -it busybox:latest sh +/ # hostname +test_hn +/ # ^C +/ # exit +[root@iZbp160tl5eiz8fc363w64Z ~]# service docker stop +Redirecting to /bin/systemctl stop docker.service +Warning: Stopping docker.service, but it can still be activated by: + docker.socket +[root@iZbp160tl5eiz8fc363w64Z ~]# service docker start +Redirecting to /bin/systemctl start docker.service +[root@iZbp160tl5eiz8fc363w64Z ~]# service docker status +Redirecting to /bin/systemctl status docker.service +● docker.service - Docker Application Container Engine + Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled) + Active: active (running) since Thu 2022-06-30 21:55:51 CST; 13s ago + Docs: https://docs.docker.com + Main PID: 4568 (dockerd) + Tasks: 10 + Memory: 44.5M + CGroup: /system.slice/docker.service + └─4568 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock + +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.360508308+08:00" level=info msg="[grap> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.367424153+08:00" level=warning msg="Yo> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.367562727+08:00" level=info msg="Loadi> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.593555500+08:00" level=info msg="Defau> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.662567433+08:00" level=info msg="Loadi> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.681088170+08:00" level=warning msg="No> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.681315985+08:00" level=info msg="Docke> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.681356950+08:00" level=info msg="Daemo> +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z systemd[1]: Started Docker Application Container Engine. +Jun 30 21:55:51 iZbp160tl5eiz8fc363w64Z dockerd[4568]: time="2022-06-30T21:55:51.707518246+08:00" level=info msg="API l> + +[root@iZbp160tl5eiz8fc363w64Z ~]# docker pull docker.io/library/busybox:latest +latest: Pulling from library/busybox +Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 +Status: Image is up to date for busybox:latest +docker.io/library/busybox:latest +[root@iZbp160tl5eiz8fc363w64Z ~]# docker run --rm --hostname='test_hn' -it busybox:latest sh +/ # hostname +test_hn \ No newline at end of file -- Gitee