From 28b3162317f7b8e014a8732da365e593554b2ae1 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 7 Feb 2017 22:58:12 -0500 Subject: [PATCH] Alias to fix time in Docker --- aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases b/aliases index a62d470..3e15130 100644 --- a/aliases +++ b/aliases @@ -12,6 +12,7 @@ alias bet="bundle exec rspec" alias betd="bundle exec rspec --format documentation" alias c="clear" alias dc="docker-compose" +alias dft="docker run --rm --privileged alpine hwclock -s" alias g="g" # overwrite g alias in git plugin so function will work alias ga="git add" alias gaa="git add --all"