Skip to content

Instantly share code, notes, and snippets.

@kstromeiraos
Last active August 29, 2018 15:11
Show Gist options
  • Save kstromeiraos/28c7f4fc8f792b7663a147c58019eff6 to your computer and use it in GitHub Desktop.
Save kstromeiraos/28c7f4fc8f792b7663a147c58019eff6 to your computer and use it in GitHub Desktop.
Create user Wasabi

Edit userDirectory file on Wasabi container

docker exec -it wasabi-main bash -c 'vi $(echo "$WASABI_HOME")/conf/userDirectory.properties'

Clean and restart wasabi

cd wasabi && ./bin/wasabi.sh clean && docker restart wasabi-main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment