Skip to content

Commit

Permalink
Updated metadata of image
Browse files Browse the repository at this point in the history
  • Loading branch information
dbecker1 committed Sep 20, 2018
1 parent c1ad4de commit d3f9596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
FROM ubuntu:16.04

MAINTAINER Daniel Becker "[email protected]"
ENV REFRESHED_AT 2018-08-02
ENV CS2110_IMAGE_VERSION 0.1
ENV REFRESHED_AT 2018-09-20
ENV CS2110_IMAGE_VERSION 1.0

## Connection ports for controlling the UI:
# VNC port:5901
Expand Down
2 changes: 0 additions & 2 deletions cs2110docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ fi

echo Found Docker Installation. Checking for existing containers.



existingContainers=$(docker ps -a | grep $imageName | awk '{print $1}')

if [ $existingContainers ]; then
Expand Down

0 comments on commit d3f9596

Please sign in to comment.