diff --git a/README.md b/README.md index 0f95bb5b..fef16ff1 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,10 @@ docker-compose rm -f -#### Delete an Image (remove the unused softwar) +#### Delete an Image (remove the unused software) To delete an image (software), just edit the `laradock/docker/docker-compose.yml` file. -**Example:** Assume you want to stop the `Beanstalkd` Container. +**Example:** Assume you want to remove the `Beanstalkd` Container. Open the `docker-compose.yml` file, and comment out the `beanstalkd` section: @@ -202,6 +202,8 @@ To edit an image, and take full control of it: 2. modify whichever `Dockfile` you want 3. from the modified image directory run `docker build -t {your-image-name} .` +All the images are open source and hosted on the [Docker Hub](https://hub.docker.com/u/laradock/). + *If you find any bug or you have and suggestion that can improve the performance of any image, please consider contributing. Thanks in advance.* #### View the Log files