mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
* add rust language guide Signed-off-by: Craig Osterhout <craig.osterhout@docker.com> * feedback1 Signed-off-by: Craig Osterhout <craig.osterhout@docker.com> --------- Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
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>
|