Commit Graph

25 Commits

Author SHA1 Message Date
cuilei 8b1610c1d6
Fix [docker-compose run] link (#13197)
* Fix [docker-compose run] link

* Update the syntax and fix broken links

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-19 11:52:02 +01:00
Jesse Reynolds bf3d92a2b9
Fixes #12926 - rails demo not working
Remove the `COPY ../compose /mydir` line from Dockerfile as this is no longer allowed, and does not seem to be necessary
2021-06-13 11:46:32 +10:00
Seth Falco 9fbd215bdf
fix: add wordpress volume to docker-compose 2021-06-06 01:20:46 +02:00
Roman 558ac59f19
fix example 2021-05-21 02:26:16 +05:00
Usha Mandya 549ccdb99b Clarify step on creating a bootstrap gemfile
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-30 12:10:51 +01:00
Sebastiaan van Stijn 9ddb934f04
Fix samples redirect, and remove old sshd from TOC
- The /samples/wordpress/ location collided with an old redirect
  to the official images, so removed the redirect
- Removed the sshd example from the table and TOC, as the example
  was removed, and now pointing to an alternative examples. The
  page is kept for people that may have bookmarked it, but no
  need to include it in the navigation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-24 11:33:17 +02:00
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Sebastiaan van Stijn 2305767d4d
samples/index.md: remove table for official images
This table now only provided a list of names with links to each
official image that we previously included in our docs. This list
may be outdated, and without a description present, did not add
value over the list that  can be found on Docker Hub.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:39:00 +02:00
Sebastiaan van Stijn 75624cd160
samples/index.md: reformat table
This should not make a difference for the rendered HTML, but makes the markdown
source slightly more readable.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:58 +02:00
Sebastiaan van Stijn f4ed09424b
move compose examples to the samples directory
Unifying all "examples" in this directory; some of these should still be
reviewed and/or removed in favor of examples from "awesome compose"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:56 +02:00
Sebastiaan van Stijn e4455a5f8f
Add / update some redirects for old URLs, and move old engine examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:52 +02:00
Sebastiaan van Stijn c821fe1871
Add missing descriptions, and move reference index page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 11:23:20 +02:00
Sebastiaan van Stijn 9f4db87055
compose: add WordPress example to TOC
Also removes links to individual examples, instead linking
to the "compose samples" page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 14:35:50 +02:00
Sebastiaan van Stijn 00411a8db2
Fix links to sample applications to prevent a redirect
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-04 00:37:38 +02:00
Sebastiaan van Stijn 1c00eda164
Open links to library images in a new Window/tab
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-04 00:37:35 +02:00
Sebastiaan van Stijn 4309637aaa
Move library links to bottom of samples index
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-04 00:26:57 +02:00
Shubh 7720a2f9d8
Update index.md [Sample applications table]
Providing entry to dockerize .Net Core application from the left navigation panel into the "Sample applications" table
2019-03-22 00:01:26 +05:30
Maria Bermudez ad1fea20e2
Update sample image table links and overview 2019-01-09 10:10:10 -08:00
Wang Jie cfd9be68ca
Update index.md 2018-08-07 11:36:00 +08:00
Jim Galasyn 7bef8be703
Remove old cloud sample (#5532) 2017-12-15 15:24:34 -08:00
John Mulhausen 1c5153b965 Convert Library references from submodule to upstream (#4102)
* Step 1 of getting to upstream-based model

* Upstream part 2

* Working front-matter generation

* Pages generating

* TOC fixes, autogen fixes, test>prod script

* Boilerplate fix

* Switch to cat, redundancy removals
2017-08-08 16:04:00 -07:00
Wang Jie cca4a65799 Update index.md (#3909) 2017-07-18 13:46:57 -07:00
Misty Stanley-Jones 0c7d3b5f4c Deprecate some Dockerize topics in favor of library ones (#3735) 2017-07-12 12:06:07 -07:00
John Mulhausen 8e57057739 Update drupal.md 2017-05-23 17:07:26 -07:00
John Mulhausen 102c00e071 Docker Library import (#3063)
* Docker Library import

* Auto-gen Samples TOC

* Modular hovers on Glossary page

* TOC sync fix
2017-05-17 12:33:09 -07:00