Skip to content

Commit

Permalink
Added default command and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed May 10, 2014
1 parent b3ff875 commit 7c5ea8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ ENV HOME /root

# Define working directory.
WORKDIR /root

# Define default command.
CMD ["bash"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) for

### Usage

docker run -i -t dockerfile/ubuntu bash
docker run -it --rm dockerfile/ubuntu

0 comments on commit 7c5ea8e

Please sign in to comment.