Skip to content
Snippets Groups Projects
Commit ec8c7e59 authored by jurgenhaas's avatar jurgenhaas
Browse files

Basic documentation

parent 9d6721cb
Branches
Tags
No related merge requests found
# LakeDropsDrupalDev
# 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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment