You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
panamax-docker-drupal
1
+
Drupal
2
2
=====================
3
3
4
-
Drupal docker image without a DB included in the image. This image is designed to be used with panamax/panamax-docker-mysql or similar stand-alone DB image in order to create a multi-container cluster.
4
+
Drupal docker image without a DB included in the image. This image is designed to be used with centurylink/mysql or similar stand-alone DB image in order to create a multi-container cluster.
5
5
6
6
On docker run, browse to Port 80 on the container to complete initial setup.
7
7
Example usage:
8
8
9
-
`$ docker run --rm --name DRUPAL --link DB:DB panamax/panamax-docker-drupal:7.28`
9
+
`$ docker run --rm --name DRUPAL --link DB:DB centurylink/drupal:7.28`
10
10
11
11
...where `DB:DB` matches the name and alias of your DB instance. Use the values from your linked DB image to complete GUI setup.
0 commit comments