You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we can set up a jenkins server and connect to kubernetes. Yet a more detailed example illustrating how a pipeline is created and used is called for.
The text was updated successfully, but these errors were encountered:
and we can see there is /var/run/docker.sock, yet the docker command is not found.
jenkins@ip-10-0-226-111:/$ docker
bash: docker: command not found
jenkins@ip-10-0-226-111:/$ ls
bin boot dev docker-java-home etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var
jenkins@ip-10-0-226-111:/$ cd var/run
jenkins@ip-10-0-226-111:/var/run$ ls
docker.sock lock mount secrets utmp
Now we can set up a jenkins server and connect to kubernetes. Yet a more detailed example illustrating how a pipeline is created and used is called for.
The text was updated successfully, but these errors were encountered: