Skip to content

Commit d17d938

Browse files
author
js-jslog
committed
Add labels to Dockerfile
1 parent 46a39db commit d17d938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ARG HTTP_PROXY=$HTTP_PROXY
66
ARG HTTPS_PROXY=$HTTPS_PROXY
77
ENV TERM=xterm-256color
88

9+
LABEL version "1.0"
10+
LABEL maintainer "Joseph Sinfield <[email protected]>"
11+
LABEL runcommand "docker run --rm -ti -e http_proxy -e https_proxy -e HTTP_PROXY -e HTTPS_PROXY -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK -v $(dirname $SSH_AUTH_SOCK):$(dirname $SSH_AUTH_SOCK) -v $(pwd):/home/developer/workspace -w /home/developer/workspace jslog/development-env"
12+
913
# Replace shell with bash so we can source files
1014
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
1115

0 commit comments

Comments
 (0)