Skip to content

Instantly share code, notes, and snippets.

View hkimani's full-sized avatar
👓
Focused

Hubert Kimani hkimani

👓
Focused
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@hkimani
hkimani / docker_wordpress.md
Created May 24, 2019 17:13 — forked from bradtraversy/docker_wordpress.md
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes
@hkimani
hkimani / docker-help.md
Created May 24, 2019 11:52 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info