summaryrefslogtreecommitdiff
path: root/bin/docker-shell
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-28 13:49:01 -0700
committermo khan <mo.khan@gmail.com>2020-02-28 13:49:01 -0700
commitec5d95953b614de3124bd733dfc739da1383130e (patch)
treed399e46b75aa60b4d5c9fb70be9c0c6c584b2e8f /bin/docker-shell
parentb04960caaf1abe23bc03d96688267f79aa6613a1 (diff)
Remove Docker related items
Diffstat (limited to 'bin/docker-shell')
-rwxr-xr-xbin/docker-shell9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/docker-shell b/bin/docker-shell
deleted file mode 100755
index be0db98..0000000
--- a/bin/docker-shell
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd "$(dirname "$0")/.."
-
-IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}
-
-docker run --rm -it --entrypoint='' $1 "$IMAGE_NAME" /bin/bash -l