diff --git a/Ansible/Ansible_install_on_RHEL.MD b/Ansible/Ansible_install_on_RHEL.MD index 22c8a181..d4897951 100644 --- a/Ansible/Ansible_install_on_RHEL.MD +++ b/Ansible/Ansible_install_on_RHEL.MD @@ -6,6 +6,7 @@ ``` 1. By default, python3 is the command to run python commands. to use just python, use "alternatives" command. (on Control node and Managed host) +teseressdfghftgdfdf ```sh alternatives --set python /usr/bin/python3 ``` diff --git a/Docker/DockerHub.MD b/Docker/DockerHub.MD index 500f6a9e..55654d6d 100644 --- a/Docker/DockerHub.MD +++ b/Docker/DockerHub.MD @@ -2,6 +2,7 @@ Docker Hub is a cloud-based registry service which allows you to link to code repositories, build your images and test them, stores manually pushed images, and links to Docker Cloud so you can deploy images to your hosts. It provides a centralized resource for container image discovery, distribution and change management, user and team collaboration, and workflow automation throughout the development pipeline. + ##### Ref URL : https://docs.docker.com/docker-hub/ 1. Create a docker hub account in https://hub.docker.com/