Skip to content
Snippets Groups Projects
Commit 6954d716 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

add --no-pager

parent 18c7a06c
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ echo "starting services"
systemctl start containerd.service
systemctl start docker.service
systemctl start docker.socket
systemctl status containerd.service
systemctl status docker.service
systemctl status docker.socket
systemctl status containerd.service --no-pager
systemctl status docker.service --no-pager
systemctl status docker.socket --no-pager
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment