Skip to content

Commit f12676c

Browse files
committed
Update README.md
1 parent 8a26d4a commit f12676c

1 file changed

Lines changed: 39 additions & 8 deletions

File tree

README.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,52 @@
11
DRUSH for Drupal
22
-----------------------
33

4-
[![Build Status](https://travis-ci.org/drupal-docker/drush.svg?branch=master)](https://travis-ci.org/drupal-docker/drush)[![](https://badge.imagelayers.io/drupaldocker/drush:latest.svg)](https://imagelayers.io/?images=drupaldocker/drush:latest 'drupaldocker/drush')
4+
[![Build Status](https://travis-ci.org/drupal-docker/drush.svg?branch=master)](https://travis-ci.org/drupal-docker/drush)
5+
6+
7+
Version | Tags | Dockerfile | Layers
8+
--- | --- | --- | --- | ---
9+
master | `latest`, `master`, `8` | [Dockerfile](https://github.com/drupal-docker/drush/blob/master/master/Dockerfile) | [![drupaldocker/drush:8](https://badge.imagelayers.io/drupaldocker/drush:8.svg)](https://imagelayers.io/?images=drupaldocker/drush:8)
10+
7 | `7` | [Dockerfile](https://github.com/drupal-docker/drush/blob/master/7/Dockerfile) | [![drupaldocker/drush:7](https://badge.imagelayers.io/drupaldocker/drush:7.svg)](https://imagelayers.io/?images=drupaldocker/drush:7)
11+
6 | `6` | [Dockerfile](https://github.com/drupal-docker/drush/blob/master/6/Dockerfile) | [![drupaldocker/drush:6](https://badge.imagelayers.io/drupaldocker/drush:6.svg)](https://imagelayers.io/?images=drupaldocker/drush:6)
512

613
# Quickstart:
714

15+
Interactive shell:
16+
````
17+
docker run --rm -ti drupaldocker/drush
18+
````
19+
Bash with drush command available:
820
````
9-
docker run -dP --volume <path/to/drupal>:/var/www/html drupaldocker/drush
21+
docker run --rm -ti drupaldocker/drush bash
1022
````
1123

12-
# Roadmap
13-
- ~~Add master~~ (thank you @slashrsm)
14-
- Create folders for major Drush versions, use drupaldocker/php:cli as parent image
15-
- Add documentation
24+
# Environmental variables
25+
26+
No variables
27+
28+
# Description
29+
30+
@todo
31+
32+
# Good to know
33+
34+
Drush 6 doesn't have support for `drush core-cli` command. Use:
35+
````
36+
$ docker run --rm -ti drupaldocker/drush bash
37+
/var/www/html# drush st
38+
/var/www/html# exit
39+
````
1640

1741
# Status
42+
1843
Proof of concept
1944

20-
# Contribution
21-
Create a pull request and become project maintainer :)
45+
# Contributing
46+
47+
1. Fork the repo
48+
1. Create your feature branch
49+
1. Commit your changes
50+
1. Push to the branch
51+
1. Create new Pull Request
52+
1. Wait for result of automate tests

0 commit comments

Comments
 (0)