File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,23 +30,18 @@ using the URL supplied by their Deis administrator.
3030
3131Deis supports three different ways of building applications:
3232
33- 1 . [ Heroku Buildpacks] [ ]
34- 2 . [ Dockerfiles] [ ]
35- 3 . [ Docker Images] [ ]
36-
37-
3833### Buildpacks
3934
4035Heroku buildpacks are useful if you want to follow Heroku's best practices for building applications or if you are porting an application from Heroku.
4136
42- Learn how to deploy applications on Deis [ using Buildpacks] ( using-buildpacks.md ) .
37+ Learn how to deploy applications [ using Buildpacks] ( using-buildpacks.md ) .
4338
4439
4540### Dockerfiles
4641
4742Dockerfiles are a powerful way to define a portable execution environment built on a base OS of your choosing.
4843
49- Learn how to deploy applications on Deis [ using Dockerfiles] ( using-dockerfiles.md ) .
44+ Learn how to deploy applications [ using Dockerfiles] ( using-dockerfiles.md ) .
5045
5146
5247### Docker Image
@@ -55,11 +50,8 @@ Deploying a Docker image onto Deis allows you to take a Docker image from either
5550or a private registry and copy it over bit-for-bit, ensuring that you are running the same
5651image in development or in your CI pipeline as you are in production.
5752
58- Learn how to deploy applications on Deis [ using Docker images] ( using-docker-images.md ) .
53+ Learn how to deploy applications [ using Docker images] ( using-docker-images.md ) .
5954
6055[ application ] : ../reference-guide/terms.md#application
6156[ controller ] : ../understanding-deis/components.md#controller
6257[ twelve-factor methodology ] : http://12factor.net/
63- [ Heroku Buildpacks ] : https://devcenter.heroku.com/articles/buildpacks
64- [ Dockerfiles ] : https://docs.docker.com/reference/builder/
65- [ Docker Images ] : https://docs.docker.com/engine/userguide/containers/dockerimages/
You can’t perform that action at this time.
0 commit comments