Skip to content

Instantly share code, notes, and snippets.

@kimadactyl
Last active March 31, 2016 12:41
Show Gist options
  • Save kimadactyl/2e5340a8d3382b9f675965eb6614edbe to your computer and use it in GitHub Desktop.
Save kimadactyl/2e5340a8d3382b9f675965eb6614edbe to your computer and use it in GitHub Desktop.

Commands

  • azk deploy ssh -- remote shell
  • azk deploy full -- restart after updating environment variables

Nameserver problems

DNS not resolving

Check /etc/resolver/dev.azk.io equals ip address for docker0

Database problems

Enter shell

azk shell postgres
/azk-entrypoint.sh postgres

Clean remote db

azk shell postgres
rm -rf \$PG_DATA/*
azk start postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment