Commit cd3fd533 authored by Mahmoud Zalt's avatar Mahmoud Zalt

add the docker hub url of (laradock) to the readme file

parent b58a7b13
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment