#deployment
Read more stories on Hashnode
Articles with this tag
To view what's written in file: cat is used to show the content of the file on the terminal. chmod is used to change the access permissions of files...
Configuration Management System Chef is a configuration management tool for automating the deployment and management of applications and...
Build: build command is used to build images from a Docker file. Commands: To build image from a Docker file docker build -t...