mirror of https://github.com/docker/docs.git
8 lines
675 B
HTML
8 lines
675 B
HTML
<ul class="pagination">
|
|
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/language/rust/build-images/">Build images</a></li>
|
|
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/language/rust/run-containers/">Run your image as a container</a></li>
|
|
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/language/rust/develop/">Use containers for development</a></li>
|
|
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="/language/rust/configure-ci-cd/">Configure CI/CD</a></li>
|
|
<li {% if include.selected=="5"%}class="active"{% endif %}><a href="/language/rust/deploy/">Deploy your app</a></li>
|
|
</ul>
|