Answer: Assignment Day 1

What is the diff between docker stop and docker kill? docker stop will send SIGTERM to the process and docker will have some-time seconds to clean up like saving files or emitting some messages. Will return “ExitCode:0” docker kill will terminate the process used in-case the docker is in locked up state or not responding state. Will return “ExitCode:137”

Read more

Assignment for Docker – Day 1

Create a POST on bestDevops.com and answer following questions? Install Docker in your assigned VM? Verify docker installation and basic commands? Self proov it – What is Container? What is the diff between docker pause and docker unpause? What is the diff between docker stop and docker kill?

Read more

Assignment Day 1 – John

What is the difference between docker pause and docker unpause? The command “docker pause” suspends all processes in the specified containers. Usually the SIGSTOP signal is sent to the process, which is observable by the process being suspended. However, the command “docker unpause” automatically un-suspends the processes in the specified containers. Usually this is accomplished via the SIGCONT signal. What is the difference between docker stop and docker kill? The command “docker stop” sends a SIGTERM signal to the main

Read more

Assignment questions (Docker training)

What is the diff between docker pause and docker unpause? docker pause and unpause allows to temporarily stop and resume the docker container process. What is the diff between docker stop and docker kill? docker stop may allow system to gracefully exist before stopping the docker (by signalling) whereas docker kill could forcefully terminate the docker container process. kill can be used in the event of system hang or similar situation.

Read more

Assignment for Docker – Day 1

Create a POST on bestDevops.com and answer following questions? Install Docker in your assigned VM? Verify docker installation and basic commands? Self proov it – What is Container? What is the diff between docker pause and docker unpause? What is the diff between docker stop and docker kill? & publish and share a url in the chat windows.

Read more

LOOPS in PHP

When you write code, you want the same block of code to run over and over again in a row. Instead of adding several almost equal code-lines in a script, we can use loops to perform this type of task .  We have the following looping statements in php :- while:- The while loop will print the loop index.  Then, the index will be checked with the while condition to process the code within the loop block. The loop will print

Read more

How can we become Certified Jenkins Engineers (CJE)?

What is a Jenkins? Friends as you already know that software development is a very huge and heavy process. There are so many innumerable moving parts of it. In order to improve the development process, we utilize the methodology of DevOps and its tools. In DevOps, there are so many phases. This is one of the most favorable phases as continuous integration which is willing to help you in coming all together with the parts of software development and manages

Read more

How do we become DevOps certified professionals (DCP)?

What is DevOps? To knowing DevOps. First, you have to understand DevOps. But today we are not going to put some definitions. Now we are willing to understand the whole concept of DevOps professionals. We are going to discuss every aspect of DevOps professionals. We have to understand the old days of software delivery. How you were consuming the software in old days. Actually, you were using multiple software in the back years like the 19th century includes 95, 97,

Read more

Top 10 Firefox Addon every software engineers must know

Adblock Plus :-Adblock Plus is one of the best Firefox add-ons to block unwanted ads online. It hides all the unnecessary ads on websites you frequently browse – saving you bandwidth, clearing up your display’s real estate, and keeping you from loading malicious adware Disconnect  :-This privacy plugin automatically tracks sites that are collecting your data and disconnects you from them, keeping your personal info and habits 100% private and secure. Ghostery :-It is a free, open-source, privacy-enabled Firefox extension

Read more

Top 51 Linux commands for daily use

Normal Linux user knows almost all the basic Linux commands to perform normal task such as installing any application, copying files , etc. But in this blog Iam going to list 51 essential Linux commands which can be useful for every Linux user right from the noobs to the professional Linux developers and system administrators. 1.ls Directory listing2.ls -al Formatted listing with hidden files3.ls -lt Sorting the Formatted listing by time modification cd dir Change directory to dir cd Change

Read more

Top 20 most useful shortcut in windows operating system?

Shortcut keys are very important to do faster operation on computer system ,And for a software devloper is is must to remember the shortcut for faster productivity Windows Key Opens/closes the Start menu. Windows Key + Up Arrow Maximizes the selected window. Windows Key + Down Arrow Reduces the window size. (Restore down.) Windows Key + M Minimizes all open windows. Windows Key + Shift + M Opens minimized windows. F7 Key Launch the Spell Checker Windows Key + L

Read more

How to work with Artifactory aka Artifactory Workflow

What is the Maven Version Type? SNAPSHOT e.g 3.4-SNAPSHOT – Not a Production Ready. may be Testing RELEASE e.g 3.4 – Production Ready. Ready to Release What are the Types of Repository in Artifactory? Local Remote Virtual Distribution Fedrated What is Local Repository in Artifactory & its use cases? Its hosted in nearest Artifactory server For reading and Writing means Upload and Download What is Remote Repository in Artifactory & its use cases? Its Local Cache copy in nearest Artifactory

Read more

Vishal mahindrakar Assignment 1

What are the Top maven goals we have clean install clean package clean install publish clean surefire:test What are the Ports being used in Artifactory and why? Create a table and describe it. Port Purpose Exposure 8081 Main application port Expose to the all application users 8040 Access endpoint Internal, Limit to internal network Find out which maven goal help you to upload a artifact? deploy Find out which gradle tasks help you to upload a artifact? artifactoryPublish OR maven-publish

Read more

Artifactory Assignment

What are the Top maven goals we have? compiler:compile – the compile goal from the compiler plugin is bound to the compile phase compiler:testCompile is bound to the test-compile phase surefire:test is bound to test phase install:install is bound to install phase jar:jar and war:war is bound to package phase What are the Ports being used in Artifactory and why? Create a table and describe it. External Network Port 80818082 ( for Web Access ) Internal Network Ports (default) 8081 for Artifactory8040 and 8045 for Access8048 and 9092 for the Replicator8070 for Web8086 for Metadata8082, 8046, 8047, 8049, and 8091 for the

Read more
1 70 71 72 73 74 185