1 Posts

devops

What is the Docker ADD command

The ADD command copies new files, directories or remote file URLs from source src and adds them to the filesystem of the image at the destination dest path. ...