# LakeDropsDrupalDev - L3D

## Setup

### Install and update

```
docker pull registry.lakedrops.com/docker/l3d
```

### Start from the root of your project

```
docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -v ${HOME}/.traefik:/root/.traefik -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/l3d /usr/bin/fish
```

Instead of the shell `/usr/bin/shell` you could also use `/bin/sh` or `/bin/bash`.

## Usage

- Ahoy: shortcut `a`
- Composer: shortcut `c`
- Docker Composer: shortcut `d-c`
- Drush: shortcut `d`