Skip to content

Instantly share code, notes, and snippets.

@vmari
Last active June 5, 2018 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmari/8c84dfa30828713cd546ed77fa27f284 to your computer and use it in GitHub Desktop.
Save vmari/8c84dfa30828713cd546ed77fa27f284 to your computer and use it in GitHub Desktop.
# start and stop phpmyadmin container
echo "alias pma-up=\"docker start phpmyadmin\"" >> ~/.bashrc
echo "alias pma-down=\"docker stop phpmyadmin\"" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment