Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Ansible/Ansible_install_on_RHEL.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions Docker/DockerHub.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down