Skip to content

Instantly share code, notes, and snippets.

@lmakarov
Last active May 21, 2018 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmakarov/2178041907b249b5ce756857c5b11e52 to your computer and use it in GitHub Desktop.
Save lmakarov/2178041907b249b5ce756857c5b11e52 to your computer and use it in GitHub Desktop.
Play with Docksal on PWD (Play with Docker)
curl -L get.docksal.io | CI=true DOCKSAL_VERSION=feature/alpine bash
fin system reset
addgroup docker
adduser docker -D -G docker -s /bin/bash
mkdir projects
cd projects
git clone https://github.com/docksal/drupal8.git
chown -R docker:docker drupal8
cd drupal8
`.docksal/docksal.yml`:
```
version: "2.1"
services:
web:
labels:
- io.docksal.virtual-host=${VIRTUAL_HOST}.*
```
fin init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment