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

This commit is contained in:
Mahmoud Zalt 2015-08-22 13:11:10 +03:00
parent b58a7b1357
commit cd3fd53338
1 changed files with 4 additions and 2 deletions

View File

@ -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