mirror of https://gitlab.com/tildes/tildes.git
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
14 lines
404 B
#!/bin/sh
|
|
|
|
echo "*******************************************************************"
|
|
echo
|
|
echo
|
|
echo " If this is the first time provisioning the Docker container,"
|
|
echo " PLEASE RESTART THE CONTAINER, so systemd services run properly!"
|
|
echo
|
|
echo " Run:"
|
|
echo
|
|
echo " $ vagrant halt && vagrant up --provider=docker"
|
|
echo
|
|
echo
|
|
echo "*******************************************************************"
|