Skip to content

Commit 1e7c142

Browse files
authored
Merge pull request #78 from joebowbeer/patch-1
Typo in README.md
2 parents 496c4d2 + 60b1f71 commit 1e7c142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Steps to build Ruby 2.3.1 image
1414
* 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.
1515
* Run `docker build -t aws/codebuild/ruby:2.3.1 .` to build Docker image locally
1616

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

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

0 commit comments

Comments
 (0)