Commit Graph

39 Commits

Author SHA1 Message Date
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
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