Skip to content

Commit

Permalink
Merge pull request #78 from joebowbeer/patch-1
Browse files Browse the repository at this point in the history
Typo in README.md
  • Loading branch information
subinataws committed Jun 7, 2018
2 parents 496c4d2 + 60b1f71 commit 1e7c142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Steps to build Ruby 2.3.1 image
* Run `cd ubuntu/ruby/2.3.1` to change the directory in your local workspace. This is the location of the Ruby 2.3.1 Dockerfile with Ubuntu 14.04 base.
* Run `docker build -t aws/codebuild/ruby:2.3.1 .` to build Docker image locally

To poke around in the image iteractively, build it and run:
To poke around in the image interactively, build it and run:
`docker run -it --entrypoint sh aws/codebuild/ruby:2.3.1 -c bash`

To let the Docker daemon start up in the container, build it and run:
Expand Down

0 comments on commit 1e7c142

Please sign in to comment.