Skip to content

Instantly share code, notes, and snippets.

View jarrensj's full-sized avatar
🍣
hanging out with my dog

Jarren San Jose jarrensj

🍣
hanging out with my dog
View GitHub Profile
@jarrensj
jarrensj / docker-help.md
Created January 23, 2019 02:31 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@jarrensj
jarrensj / docker_wordpress.md
Created January 20, 2019 18:26 — 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
@jarrensj
jarrensj / pipenv_cheat_sheet.md
Created December 23, 2018 23:05 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell
@jarrensj
jarrensj / sequence-to-sequence-learning-with-tensor2tensor.ipynb
Created November 11, 2018 17:09
Sequence to Sequence Learning with Tensor2Tensor
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.