https://github.com/decipher/docksal-demo
https://github.com/decipher/docksal-demo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decipher/docksal-demo
- Owner: Decipher
- Created: 2017-05-30T20:28:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:50:12.000Z (over 2 years ago)
- Last Synced: 2025-04-08T14:44:57.446Z (12 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Demo
## Docksal in Docker
http://hub.docker.com/r/deciphered/docker-docksal/
```
docker run --rm -it -v $(PWD):/var/www -v /var/run/docker.sock:/var/run/docker.sock --name docksal deciphered/docksal:latest /bin/bash
fin up
```
## Drush use
`.drush-use` file in root of project points to the desired binary.
It can be pointed at a shell script that passes through the a variable version of drush based on situation.
E.g., If Docksal is running, pass through to `fin drush $@`.