Skip to content

Commit

Permalink
enh: Move Dockerfile for Ubuntu image to Docker/Ubuntu/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh committed Mar 8, 2016
1 parent 816ac17 commit 7f79363
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Docker/Dockerfile*
Dockerfile
Docker/Ubuntu/Dockerfile
Docker/Ubuntu/.dockerignore
build*
Build*
xcode*
Expand Down
1 change: 0 additions & 1 deletion Docker/.dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions Docker/Ubuntu/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dockerfile
4 changes: 2 additions & 2 deletions Docker/Dockerfile-ubuntu → Docker/Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## rarely changes and can thus be built and pushed to Docker Hub manually.
##
## How to build the image:
## - Change to the Docker/ directory of the MIRTK source tree
## - Run "docker build -f Dockerfile-ubuntu -t biomedia/ubuntu:mirtk ."
## - Change to the Docker/Ubuntu/ directory of the MIRTK source tree
## - Run "docker build -t biomedia/ubuntu:mirtk ."
##
## Upload image to Docker Hub:
## - Log in with "docker login" command if necessary
Expand Down

0 comments on commit 7f79363

Please sign in to comment.