Author: Liron Shemer

Using AWS Creds from Jenkins Creds Store

Pre-requisites You can store your AWS keys securely in Jenkins credentials. If you want to interact with AWS from your Jenkins server, you can store your AWS IAM user keys securely in Jenkins rather than openly using the keys in your Jenkins Pipeline. “CloudBees AWS Credentials” Jenkins plugin allows storing AWS IAM user credentials within the Jenkins Credentials API. We […]

Docker Basic Commands:

docker pull redis ///// Download docker image from dokcer hubdocker run “redis” //// start new container and running the image. Container is environment for running some images – for example “redis”docker run redis:4.0 ///// start new container and running the image with specific version.docker ps ////// For showing status of all running Containersdocker ps -a […]

Back To Top
Receive the latest news

Subscribe To Our Tech Newsletter

Get notified about new articles