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.

14 lines
404 B

  1. #!/bin/sh
  2. echo "*******************************************************************"
  3. echo
  4. echo
  5. echo " If this is the first time provisioning the Docker container,"
  6. echo " PLEASE RESTART THE CONTAINER, so systemd services run properly!"
  7. echo
  8. echo " Run:"
  9. echo
  10. echo " $ vagrant halt && vagrant up --provider=docker"
  11. echo
  12. echo
  13. echo "*******************************************************************"