Commit Graph

12 Commits (84383cb46b5e015f9b634a6656262e366737abdd)

Author SHA1 Message Date
Nils Winkler 6de4f3f79b Merge pull request #909 from dsem/add-docker-cleanup
Add plugin and alias for cleaning docker assets
2017-02-16 09:55:36 +01:00
Dylan Semler 20a49e6393 Add plugin and alias for cleaning docker assets 2017-02-15 07:00:42 -05:00
Dylan Semler d81c35d752 Simplify docker functions
Instead of piping the standard output of `docker ps` and `docker images`
through a series of heads, tails, and awks, use the flags available to
the `docker` command to achieve the same goal.
2017-02-15 06:38:26 -05:00
Nils Winkler c43b3fb303 Added docker-archive-content function 2016-12-12 15:22:47 +01:00
Nils Winkler 04907a7197 Moved docker-enter function to docker plugin
Using the recommended enter approach (exec) instead of the previously
used nsenter.
2015-07-30 14:25:37 +02:00
Nils Winkler 90271980fd Moved boot2docker functionality to its own file. Also added a docker-machine plugin, which sets the same variables for docker-machine. 2015-07-16 13:14:00 +02:00
Nils Winkler 27c5500873 Updated boot2docker settings
Changed port to 2376.
Added cert path and TLS verify.
2015-06-22 07:51:49 +02:00
Kevin S. Clarke ef0f7ebc42 Updated undescores to dashes and added new alias 2015-01-27 15:20:21 -05:00
Kevin S. Clarke ed79936529 Added Docker aliases and functions 2015-01-22 10:23:00 -05:00
Travis Swicegood e43f516439 Add a few new docker aliases 2014-09-04 13:10:35 -07:00
Travis Swicegood 6f79c9d760 Add docker-enter 2014-07-18 17:04:41 -05:00
Travis Swicegood ccf79ffb4b Add a Docker plugin
This just sets the `DOCKER_HOST` for OS X users so we don't have to keep
setting it all over the place.
2014-07-04 13:30:54 -05:00