Commit Graph

59 Commits

Author SHA1 Message Date
Sashank Meka
dcecbccfc1 Update wordpress.md 2023-03-28 00:05:26 -05:00
craig-osterhout
df47034264 add redirect 2022-11-22 11:06:24 -08:00
Craig Osterhout
6e94c0157a Clean up old samples (#16071)
* cleanup old samples
* add redirect
2022-11-08 07:04:44 -08:00
CrazyMax
ba8ae8535f build: context page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-07 11:15:30 +01:00
Craig Osterhout
86659ea8a9 update samples (#16019) 2022-10-31 06:47:06 -07:00
Usha Mandya
6c42afde0a Add a redirect for Django samples (#16009)
Signed-off-by: Usha Mandya <usha.mandya@docker.com>

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-10-28 13:15:27 +01:00
Stefan Scherer
f4b7461dd9 Move compose samples to awesome-compose repo (#16001)
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-10-28 09:00:13 +01:00
ltlombardi
8df57cc9f0 Update Microsoft image link (#15862)
Previous link does not exist anymore. Updated with the correct one.
2022-10-18 13:30:28 +02:00
Arslan Noor
ada4c6888c added hypen (#15273) 2022-10-12 14:25:30 -07:00
Craig Osterhout
5f00847961 [ENGDOCS-994] Update samples (#15691)
* samples update
2022-09-29 13:30:20 -07:00
Emmanuel Adumbire
a795d3740f Add wp_data volume
My best guess at this issue #15677
2022-09-16 23:13:56 -04:00
NitishKumar06
5b54b31dd6 Changed the port from 8000 to 80 in wordpress.md 2022-09-08 23:37:18 +05:30
Craig Osterhout
04c34b9637 [ENGDOCS-894] Remove out-dated samples (#15347)
Removed samples for Docker Labs repo because the repo is no longer actively maintained.
Removed loosely connected "Library references" section.
Removed samples contained in the documentation from the list in index and from the TOC.
Fixed typo in description frontmatter
Updated TOC
Add Awesome Compose link and a few samples
Add Docker Samples link and a few samples
2022-08-25 08:30:58 -07:00
Justin Chadwell
fd9fe19061 lint: tidy up ordered list prefixes 2022-07-28 11:27:10 +01:00
Allie Sadler
cab9f914bf ENGDOCS-846 (#15219)
* ENGDOCS-846

* fix broken links

* fix links

* fix broken links

* fix broken links

* fix broken links
2022-07-27 13:26:22 +01:00
Sebastiaan van Stijn
a9b15d6253 desktop: settings: remove "-settings" suffix from URLs
The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.

Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.

No redirects were added, because the "-settings" pages have not yet
been published.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-15 12:57:14 +02:00
Allie Sadler
d17f279abc create a global setting section for DD (#15122)
* create a global setting section for DD

* fix broken links

* fix broken links

* fix broken links
2022-07-14 15:56:51 +01:00
Bryan Dady
09ae95d310 Update wordpress.md
Update example to match https://github.com/docker/awesome-compose/blob/master/wordpress-mysql/compose.yaml, which works.
2022-06-27 20:04:04 -06:00
Usha Mandya
9403431ff7 Add Compose v2 reference (#14716)
* Add compose v2 reference
* Fix broken links
* Remove v1 compose reference files
* Remove Compose CLI completion

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-06-21 13:12:05 +02:00
Dora Ribeiro
d49af6a449 ENGDOCS 711 Revisited Compose Install Page (#14838)
Revisiting Compose installation
2022-06-02 18:10:37 +01:00
Usha Mandya
d14f60a9f3 Merge pull request #12851 from fazchow/patch-1
Update django.md
2022-04-22 11:41:50 +01:00
Irfan Alam
38620ab589 POSTGRES_NAME should be POSTGRES_DB
POSTGRES_NAME should be POSTGRES_DB for the db service
2022-03-15 13:06:53 +05:30
breggles
665c6ffa94 ASP.NET Core does not run on .NET Framework (#14225)
ASP.NET Core is almost a complete rewrite and an ASP.NET Core app does not run on .NET Framework. See e.g. https://docs.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-6.0#why-choose-aspnet-core.
2022-02-04 14:07:25 +00:00
Roldel
e9d0a55d28 ADD env variables to db container
FIX Error: Database is uninitialized and superuser password is not specified.
Env vars needs to be defined in both the "db" and "web" containers 
In "db", so it can create the default user from it
In "web", so it can be used in settings.py to connect django to the postgres container
2022-01-03 06:06:02 +00:00
ertegun
1711715318 WORDPRESS_DB_HOST: db
port must removed
2021-12-03 16:02:16 +03:00
Usha Mandya
a7e20b3338 Merge pull request #13821 from ghuntley/patch-1
.net 60 is out
2021-11-26 12:39:10 +00:00
Jérémie Marais
c331fa9929 [FIX] update documentation (#13701)
* [FIX] update documentation

- add `PYTHONDONTWRITEBYTECODE` environment variable
- rename pip package `psycopg2-binary` to `psycopg2`
- add db environment variables in docker-compose for a better usage
- use `os.environment` in `setting.py` to get environment variables

* [fix] update documentation
2021-11-26 10:41:49 +00:00
Geoffrey Huntley
aba4f87e7f .net 60 is out 2021-11-10 12:04:46 +10:00
Usha Mandya
0417b58c87 Remove Docker machine from toc, update other references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-27 12:37:02 +01:00
Sebastiaan van Stijn
1583678203 Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn
346a066b68 Desktop: move "docker-for-windows" to "desktop/windows"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:28:15 +02:00
Sebastiaan van Stijn
d0bf342e52 Desktop: move "docker-for-mac" to "desktop/mac"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:07:41 +02:00
Sebastiaan van Stijn
051a690f64 samples: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:17 +02:00
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
fazchow
a74fc9a9c4 Update django.md
Added data folder that is created and the fact that we should not change its permission from root was made more explicit.
2021-05-16 07:47:14 +02: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