Docker-pull is a command used in Docker software to download a particular image or set of images from a Docker registry. This command is typically used to obtain a fresh copy of an image or to update an existing one. It allows users to pull down images they want to use without having to build them from a Dockerfile.