Make sure you have putty installed on windows. Configure Windows Environment Variable Type Environment into your Windows 10 search bar. Otherwise, open up System Properties / Advanced System Settings and find your Environment Variables. Add a new System variable Variable Name: GIT_SSH Variable Value: full path to plink.exe file (you may also have pageant.exe and puttygen.exe in the same folder). Mine was: C:\Program […]
roles/ common/ # this hierarchy represents a “role” tasks/ # main.yml # <– tasks file can include smaller files if warranted handlers/ # main.yml # <– handlers file templates/ # <– files for use with the template resource ntp.conf.j2 # <——- templates end in .j2 files/ # bar.txt # <– files for use with the […]
Older versions of Docker were called docker or docker-engine or docker.io docker-io package was the name used on Debian/Ubuntu for the official docker release. Main reason was to avoid a name conflict with Ubuntu docker system-tray binary. Docker now has an enterprise version (EE) and a free community Edition version(CE) Prior to installing Docker Community […]
Log in to Docker On your laptop, you must authenticate with a registry in order to pull a private image: docker login When prompted, enter your Docker username and password. The login process creates or updates a config.json file that holds an authorization token. View the config.json file: cat ~/.docker/config.json The output contains a section similar to this: { […]
Deploy a registry server Estimated reading time: 18 minutes Before you can deploy a registry, you need to install Docker on the host. A registry is an instance of the registry image, and runs within Docker. This topic provides basic information about deploying and configuring a registry. For an exhaustive list of configuration options, see theconfiguration reference. If […]
[vc_row][vc_column][vc_masonry_grid post_type=”post” max_items=”10″ style=”lazy” show_filter=”yes” element_width=”12″ gap=”5″ grid_id=”vc_gid:1515931120698-2234b355b7c4158213eea8acb0f8c445-8″ taxonomies=”11″ filter_source=”category”][/vc_column][/vc_row]
What is Docker? Docker is a new way of shipping code or an application into a containerized fashion that is both fast and convenient as well as easy to work with. Docker Terminology Docker Hub – Place hold to upload and download docker images from the internet free for you to use. Docker Image – […]
Running your first vagrant node. Requirements and setup:- Im using Centos OS 7 and Oracles virtualbox. Vagrant.configure(“2”) do |config| config.vm.box = “centos/7” config.vm.hostname = “mycentosmachine” config.vm.network :private_network, ip: “192.168.0.42” end
Compute Amazon EC2 (Elastic Compute Cloud) Amazon Elastic Compute cloud is a web service that provides resizable compute capacity in the cloud, it allows organizations to obtain and configure virtual servers in Amazons’s data centers. Organizations can select from a variety of operating systems and resource configurations from memory, cpu, storage etc. AWS EC2 allows […]
[vc_row][vc_column][vc_masonry_grid post_type=”post” max_items=”10″ style=”lazy” show_filter=”yes” element_width=”12″ gap=”5″ grid_id=”vc_gid:1515931061587-c0d73019d5c401d6ddb19e07821ff0f1-1″ taxonomies=”20″ filter_source=”category”][/vc_column][/vc_row]