You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
322 B

3 years ago
3 years ago
  1. # wahay docker
  2. ## RUN
  3. Needs `docker` and `docker-compose`
  4. ### Enable local perm X11 to docker
  5. ```
  6. xhost +"local:docker@"
  7. ```
  8. ### Add your local user UID and GID in the `.env` file:
  9. ```bash
  10. echo "UID=${UID}" > .env
  11. echo "GID=${UID}" >> .env
  12. ```
  13. ### Execute with compose
  14. ```
  15. docker-compose up -d
  16. ```
  17. ### License
  18. MIT