Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 42cb95f

Browse files
committed
ISSUE 108: Adds updated PHP "Hello, world!" screenshots to documentation.
1 parent 3e744fa commit 42cb95f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ docker run -d \
4343

4444
Now point your browser to `http://{docker-host}:8080` where `{docker-host}` is the host name of your docker server and, if all went well, you should see the "Hello, world!" page.
4545

46-
![Hello World - PHP FastCGI Screen Shot - Chrome](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/hello-world-php-fcgi-chrome.png)
46+
![PHP "Hello, world!" - Chrome screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/php-hello-world-php-chrome-fcgi.png)
4747

4848
To be able to access the server using the "app-1.local" domain name you need to add a hosts file entry locally; such that the IP address of the Docker host resolves to the name "app-1.local". Alternatively, you can use the elinks browser installed in the container. Note that because you are using the browser from the container you access the site over port 80.
4949

@@ -52,7 +52,7 @@ $ docker exec -it apache-php.pool-1.1.1 \
5252
elinks http://app-1.local
5353
```
5454

55-
![Hello World - PHP FastCGI Screen Shot - eLinks](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/hello-world-php-fcgi-elinks.png)
55+
![PHP "Hello, world!" - eLinks screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/php-hello-world-php-elinks-fcgi.png)
5656

5757
To verify the container is initialised and running successfully by inspecting the container's logs.
5858

63.8 KB
Loading
47.5 KB
Loading
49.7 KB
Loading

0 commit comments

Comments
 (0)