Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-apache-php55
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tung Nguyen
docker-apache-php55
Commits
98187573
Commit
98187573
authored
Apr 25, 2016
by
Alexander Schenkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed documentation bug
parent
241330c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+3
-2
No files found.
README.md
View file @
98187573
...
@@ -12,7 +12,7 @@ Usage
...
@@ -12,7 +12,7 @@ Usage
------
------
```
```
$ docker run -d -P bylexus/apache-php
$ docker run -d -P bylexus/apache-php
55
```
```
With all the options:
With all the options:
...
@@ -20,7 +20,8 @@ With all the options:
...
@@ -20,7 +20,8 @@ With all the options:
```
bash
```
bash
$
docker run
-d
-p
8080:80
\
$
docker run
-d
-p
8080:80
\
-v
/home/user/webroot:/var/www
\
-v
/home/user/webroot:/var/www
\
-e
PHP_ERROR_REPORTING
=
'E_ALL & ~E_STRICT'
-e
PHP_ERROR_REPORTING
=
'E_ALL & ~E_STRICT'
\
docker run
-d
-P
bylexus/apache-php55
```
```
*
`-v [local path]:/var/www`
maps the container's webroot to a local path
*
`-v [local path]:/var/www`
maps the container's webroot to a local path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment