Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Changed the namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Apr 19, 2016
1 parent 4921d4f commit d7e7b75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Islandora CLAW: Drupal Docker Image

[![Docker Stars](https://img.shields.io/docker/stars/islandora-claw/drupal.svg)](https://hub.docker.com/r/islandora-claw/drupal/)
[![Docker Pulls](https://img.shields.io/docker/pulls/islandora-claw/drupal.svg)](https://hub.docker.com/r/islandora-claw/drupal/)
[![Image Size](https://img.shields.io/imagelayers/image-size/islandora-claw/drupal/latest.svg)](https://imagelayers.io/?images=islandora-claw/drupal:latest)
[![Image Layers](https://img.shields.io/imagelayers/layers/islandora-claw/drupal/latest.svg)](https://imagelayers.io/?images=islandora-claw/drupal:latest)
[![Docker Stars](https://img.shields.io/docker/stars/islandora/claw-drupal.svg)](https://hub.docker.com/r/islandora/claw-drupal/)
[![Docker Pulls](https://img.shields.io/docker/pulls/islandora/claw-drupal.svg)](https://hub.docker.com/r/islandora/claw-drupal/)
[![Image Size](https://img.shields.io/imagelayers/image-size/islandora/claw-drupal/latest.svg)](https://imagelayers.io/?images=islandora/claw-drupal:latest)
[![Image Layers](https://img.shields.io/imagelayers/layers/islandora/claw-drupal/latest.svg)](https://imagelayers.io/?images=islandora/claw-drupal:latest)

### Introduction

Expand All @@ -26,7 +26,7 @@ Based on the [Base Docker Image](https://github.com/Islandora-CLAW/docker-base).

**Example:**
```bash
docker build --build-arg "DRUPAL_VERSION=7.41" -t islandora-claw/drupal .
docker build --build-arg "DRUPAL_VERSION=7.41" -t islandora/claw-drupal .
```

### Environment Variables
Expand Down Expand Up @@ -67,7 +67,7 @@ docker run --rm -ti -P \
-e "MYSQL_ROOT_PASSWORD=your_super_secure_password" \
-e "DRUPAL_SITE_ACCOUNT_PASSWORD=your_super_secure_password" \
-e "DRUPAL_SITE_DB_PASSWORD=your_super_secure_password" \
islandora-claw/drupal ash
islandora/claw-drupal ash
```

### Commands
Expand Down
2 changes: 1 addition & 1 deletion commands/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
readonly DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
docker build -t islandora-claw/drupal $DIR/..
docker build -t islandora/claw-drupal $DIR/..

0 comments on commit d7e7b75

Please sign in to comment.