Guest User

Untitled

a guest
Apr 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # Docksal
  2.  
  3. * Biggest strength over lando
  4. * less abstraction
  5. * if you know docker compose and bash you can make it do anything, and it stays out of the way
  6. * Lando has their own language to learn for config
  7.  
  8. ---------
  9.  
  10. * Native works on mac and windows, with a 20% performance hit
  11. * This is a docker issue and is steadily getting better
  12. * NFS is still much faster for file read/write
  13. * needs better marketing
  14. * There is a limit of the number of containers you can run at the same time
  15. * There are limit of virtual networks you can run
  16. * Latest image has Terminus support
  17. * I need to add my terminus sync intetgrations as an addond
  18.  
  19. ---------
  20.  
  21. * Docksal open to start allowing contribution credit, marketing, or something
  22. * Get Upper management to give me time to spend on the projects
  23. * Will help increase marketability of Docksal on the whole
  24.  
  25. ---------
  26.  
  27. * can do `fin run cli <thing>` spawns a cli container globally in the filesystem
  28. * Useful for using terminus to check for pantheon sites without having to first spin up a project
  29. * Solves the chicken and the egg problem
  30.  
  31. ---------
  32.  
  33. **CI**
  34. * vhost-proxy
  35. * `CI=true`
  36. * PROJECT_DANGLING_TIMEOUT="${PROJECT_DANGLING_TIMEOUT}"
  37. * Can drop containers after timeout expires
  38. * wasn't designed for local clean up, meant for CI
Add Comment
Please, Sign In to add comment