Skip to content

Commit

Permalink
Merge pull request #3835 from cockroachdb/docker-fix
Browse files Browse the repository at this point in the history
Correct docker release reference
  • Loading branch information
Jesse Seldess committed Oct 5, 2018
2 parents 5c4da97 + e924bd7 commit a395bcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions v2.0/install-cockroachdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2 id="whats-next">What's Next?</h2>
<p>If you don't see the server listed, start the <strong>Docker</strong> daemon.</p>
</li>
<li>
<p>Pull the image for the latest unstable release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="mac-docker-step3">Docker Hub</a>:</p>
<p>Pull the image for the {{page.release_info.version}} release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="mac-docker-step3">Docker Hub</a>:</p>

<div class="copy-clipboard">
<div class="copy-clipboard__text" data-eventcategory="mac-docker-button">copy</div>
Expand Down Expand Up @@ -435,7 +435,7 @@ <h2 id="whats-next">What's Next?</h2>
{{site.data.alerts.callout_info}}On Linux, Docker needs sudo privileges.{{site.data.alerts.end}}
</li>
<li>
<p>Pull the image for the latest unstable release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="linux-docker-step3">Docker Hub</a>:</p>
<p>Pull the image for the {{page.release_info.version}} release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="linux-docker-step3">Docker Hub</a>:</p>

<div class="copy-clipboard">
<div class="copy-clipboard__text" data-eventcategory="linux-docker-button">copy</div>
Expand Down Expand Up @@ -539,7 +539,7 @@ <h2 id="whats-next">What's Next?</h2>
<p><a href="https://docs.docker.com/docker-for-windows/#/shared-drives">Share your local drives</a>. This makes it possible to mount local directories as data volumes to persist node data after containers are stopped or deleted.</p>
</li>
<li>
<p>Pull the image for the latest unstable release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="win-docker-step3">Docker Hub</a>:</p>
<p>Pull the image for the {{page.release_info.version}} release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="win-docker-step3">Docker Hub</a>:</p>

<div class="copy-clipboard">
<div class="copy-clipboard__text" data-eventcategory="windows-docker-button">copy</div>
Expand Down
6 changes: 3 additions & 3 deletions v2.1/install-cockroachdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2 id="whats-next">What's next?</h2>
<p>If you do not see the server listed, start the <strong>Docker</strong> daemon.</p>
</li>
<li>
<p>Pull the image for the latest unstable release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="mac-docker-step3">Docker Hub</a>:</p>
<p>Pull the image for the {{page.release_info.version}} release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="mac-docker-step3">Docker Hub</a>:</p>

<div class="copy-clipboard">
<div class="copy-clipboard__text" data-eventcategory="mac-docker-button">copy</div>
Expand Down Expand Up @@ -435,7 +435,7 @@ <h2 id="whats-next">What's next?</h2>
{{site.data.alerts.callout_info}}On Linux, Docker needs sudo privileges.{{site.data.alerts.end}}
</li>
<li>
<p>Pull the image for the latest unstable release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="linux-docker-step3">Docker Hub</a>:</p>
<p>Pull the image for the {{page.release_info.version}} release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="linux-docker-step3">Docker Hub</a>:</p>

<div class="copy-clipboard">
<div class="copy-clipboard__text" data-eventcategory="linux-docker-button">copy</div>
Expand Down Expand Up @@ -539,7 +539,7 @@ <h2 id="whats-next">What's next?</h2>
<p><a href="https://docs.docker.com/docker-for-windows/#/shared-drives">Share your local drives</a>. This makes it possible to mount local directories as data volumes to persist node data after containers are stopped or deleted.</p>
</li>
<li>
<p>Pull the image for the latest unstable release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="win-docker-step3">Docker Hub</a>:</p>
<p>Pull the image for the {{page.release_info.version}} release of CockroachDB from <a href="https://hub.docker.com/r/cockroachdb/cockroach-unstable/" data-eventcategory="win-docker-step3">Docker Hub</a>:</p>

<div class="copy-clipboard">
<div class="copy-clipboard__text" data-eventcategory="windows-docker-button">copy</div>
Expand Down

0 comments on commit a395bcb

Please sign in to comment.