mirror of https://github.com/docker/docs.git
Surface Develop with Docker (#10831)
This commit is contained in:
parent
a1dd652c9f
commit
61c61825e5
|
@ -208,39 +208,34 @@
|
|||
<div class="cardlet container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h5 class="title">Most popular articles</h5>
|
||||
<p>Check out the most popular articles on docs.docker.com.</p>
|
||||
<h5 class="title">Develop with Docker</h5>
|
||||
<p>Learn how to develop language-specific apps using Docker.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-lg-12">
|
||||
<a href="/engine/install/ubuntu/">
|
||||
Install Docker Engine on Ubuntu
|
||||
<a href="https://github.com/docker/labs/tree/master/developer-tools/java/" target="_blank">
|
||||
Docker for Java developers
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-12">
|
||||
<a href="/docker-for-windows/install/">
|
||||
Install Docker Desktop on Windows
|
||||
<a href="https://github.com/docker/labs/tree/master/developer-tools/nodejs/porting/" target="_blank">
|
||||
Port a node.js app to Docker
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-12">
|
||||
<a href="/compose/compose-file/">
|
||||
Compose file reference
|
||||
<a href="https://github.com/docker/labs/tree/master/developer-tools/ruby" target="_blank">
|
||||
Ruby on Rails app on Docker
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-12">
|
||||
<a href="/engine/reference/builder/">
|
||||
Dockerfile reference
|
||||
<a href="/engine/examples/dotnetcore/">
|
||||
Dockerize a .Net Core application
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-12">
|
||||
<a href="/engine/reference/commandline/run/">
|
||||
Run a command in a container
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-12">
|
||||
<a href="/get-started/part2/">
|
||||
Build and run your image
|
||||
<a href="/compose/aspnet-mssql-compose/" target="_blank">
|
||||
Dockerize an ASP.NET Core application with SQL Server on Linux
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue