Skip to content

Update the docker installation example #3972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update jekyll/_cci2/building-docker-images.md
Co-Authored-By: Rosie Yohannan <[email protected]>
  • Loading branch information
Glen Mailer and rosieyohannan authored Nov 29, 2019
commit 680e1d28e28b31f488df42181048a111b2c8384c
2 changes: 1 addition & 1 deletion jekyll/_cci2/building-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
docker push CircleCI-Public/circleci-demo-docker:$TAG
```

If the primary container you're using doesn't already have the docker CLI installed, then [you'll need to install it](https://docs.docker.com/install/#supported-platforms) somehow.
If the primary container you are using doesn't already have the docker CLI installed, then [you will need to install it](https://docs.docker.com/install/#supported-platforms) somehow.

```yaml
# Install via apk on alpine based images
Expand Down