Commit Graph

120 Commits

Author SHA1 Message Date
Stefan Scherer
42f8dbe70c
Merge pull request #187 from ollyhowell/patch-1
Add reminder to save file for the app refresh change
2021-11-12 09:25:15 +01:00
Stefan Scherer
a1b127be03
Merge pull request #146 from ags1773/fix-test
fix: path to db file in test
2021-11-12 09:23:50 +01:00
Stefan Scherer
9bccc3cf99
Merge pull request #169 from paulhermanseu/patch-1
Update package.json
2021-11-12 09:15:13 +01:00
Stefan Scherer
5ded522cbf
Merge pull request #90 from spicylentils/patch-3
Update docs/tutorial/using-bind-mounts/index.md
2021-11-12 08:31:17 +01:00
Stefan Scherer
ace32adb9d
Merge pull request #120 from Patil2099/master
Point To The Correct Link For Play With Docker
2021-11-12 08:30:00 +01:00
Stefan Scherer
5572d7a5b3
Merge pull request #219 from docker/dependabot/pip/mkdocs-1.2.3
Bump mkdocs from 1.2.2 to 1.2.3
2021-11-12 08:28:11 +01:00
Stefan Scherer
572dc47f99
Merge pull request #126 from GomolemoOnGithub/patch-1
Period omission at the end of line 7,8 and 10.
2021-11-12 08:20:13 +01:00
Stefan Scherer
5c65399cec
Merge pull request #113 from NicolaeTelescu/patch-1
Update index.md from using bind mount
2021-11-12 08:16:00 +01:00
dependabot[bot]
6086449d15
Bump mkdocs from 1.2.2 to 1.2.3
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-12 07:04:04 +00:00
Stefan Scherer
5c00304375
Merge pull request #199 from sugamkarki/master
Removed body-parser as a dependency.
2021-11-12 08:03:35 +01:00
Stefan Scherer
0efc3a5c19
Merge pull request #218 from StefanScherer/faster-getting-started-guide
Faster getting started guide, fix for Apple silicon
2021-11-11 11:05:18 +01:00
Stefan Scherer
782d9421ae
Add dependencies for Apple silicon / M1 / arm64 builds
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-10 16:27:07 +01:00
Stefan Scherer
d002206c3e
Make getting started guide faster
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-10 16:27:06 +01:00
Stefan Scherer
e04817f421
Merge pull request #178 from zuccamia/update-reference-urls
Update reference links in docker compose section.
2021-11-10 09:50:31 +01:00
Stefan Scherer
0f44699cfa
Merge pull request #196 from docker/dependabot/npm_and_yarn/app/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5 in /app
2021-11-10 09:43:55 +01:00
Stefan Scherer
966b2e2857
Merge pull request #179 from docker/dependabot/npm_and_yarn/app/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /app
2021-11-10 09:43:30 +01:00
Stefan Scherer
de74d48616
Merge pull request #163 from catnuxer/docs-persisting-our-data
docs: Fix missing container id
2021-11-10 09:41:14 +01:00
Stefan Scherer
14c67643bb
Merge pull request #212 from spenceradolph/master
Removed 'RUN apk add --no-cache python g++ make'
2021-11-10 08:40:35 +01:00
Spencer Adolph
acdcd83ced
Removed 'RUN apk add --no-cache python g++ make'
This line did not appear to be necessary for the tutorial. Testing with it removed appeared to have no effect. Additionally, this line does not appear later in the tutorial when referring back to this step (see /docs/tutorial/image-building-best-practices/index.md).
2021-10-21 12:57:36 -05:00
Guillaume Lours
8511b9af07
Merge pull request #209 from docker/fix-security-issues
update javascript dependencies to fix security issues
2021-10-08 17:34:24 +02:00
Guillaume Lours
f2af4b0ae4 update javascript dependencies to fix security issues
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-10-08 17:31:47 +02:00
Guillaume Lours
7ceaaee2a7
Merge pull request #204 from atline/fix_dependency
Increase mkdoc version to 1.2.2.
2021-10-08 16:45:22 +02:00
atline
25f25d8126 Increase mkdoc version to 1.2.2.
python:alpine is now points to python3.10, with old mkdoc, it will reports:

```
from collections import Sequence, namedtuple
ImportError: cannot import name 'Sequence' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)
```

This is due to:
> Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working

Signed-off-by: atline <atline@aliyun.com>
2021-10-06 21:52:46 +08:00
magusikrak
8a8994297d
removed bodyparser as a dependency 2021-09-29 00:09:39 +05:45
dependabot[bot]
4e7c2668fc
Bump tmpl from 1.0.4 to 1.0.5 in /app
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 18:15:16 +00:00
Oliver Howell
433353af1c
Add reminder to save file for the app refresh 2021-09-14 15:39:14 +01:00
dependabot[bot]
ac4adc8665
Bump path-parse from 1.0.6 to 1.0.7 in /app
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 01:58:18 +00:00
Ngoc Hoang
67e75bb1cb Update reference links in docker compose section. 2021-08-11 21:49:23 +09:00
Paul Hermans
06d835a3cd
Update package.json
sqlite3 version update needed
2021-07-12 16:34:43 +02:00
Chuli jimmi Manurung
9950c06246 docs: Fix missing container id 2021-06-13 21:39:07 +08:00
Amogh Sahasrabhojanee
8dd3914433 fix: path to db file in test 2021-05-08 10:50:38 +05:30
Stefan Scherer
13386236e4
Merge pull request #134 from docker/dependabot/pip/pygments-2.7.4
Bump pygments from 2.6.1 to 2.7.4
2021-05-06 07:34:25 +02:00
Stefan Scherer
2376af82e7
Merge pull request #135 from docker/dependabot/npm_and_yarn/app/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1 in /app
2021-05-06 07:30:51 +02:00
dependabot[bot]
e991a5ab73
Bump y18n from 4.0.0 to 4.0.1 in /app
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 15:30:29 +00:00
dependabot[bot]
62e2117581
Bump pygments from 2.6.1 to 2.7.4
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.6.1...2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 22:08:19 +00:00
Alex White
4b6b5476c5 Update README.md 2021-03-09 08:50:32 +00:00
zipperer
e43a605d37 Edit docs/tutorial/using-bind-mounts/index.md
'uses cases' |-> 'use cases'
2021-03-09 08:49:09 +00:00
Stefan Scherer
eccb882c59 Add build tools to fix arm64 build issue
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-09 08:47:47 +00:00
Moses
dbae842f9c
Period omission at the end of line 7,8 and 10. The suggested bullet sign used "- " does not display
Am using google chrome browser Version 88.0.4324.190 (Official Build) (64-bit)
2021-03-02 07:51:54 +02:00
Pankaj Patil
dcfbefe0af
Point To The Correct Link For Play With Docker 2021-02-12 23:26:42 +05:30
Telescu Nicolae
e9f8d4443a
Update index.md
The command for bind mount doesn't run in Ubuntu if the user is not in the source code folder. At least, for me didn't work. So I specified that to prevent errors and bugs.
2021-01-20 11:06:02 +02:00
Stefan Scherer
3de6451f5c
Merge pull request #104 from StefanScherer/build-arm64
Build amd64 and arm64 image
2020-12-10 19:42:46 +01:00
Stefan Scherer
b66f1c3224
Build amd64 and arm64 image
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-12-10 12:34:01 +01:00
Stephen Turner
23e02b9a44
Add section on vulnerability scanning (#98)
* Update index.md

* Add files via upload

* Update index.md

* Update docs/tutorial/image-building-best-practices/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-02 12:24:36 +00:00
dependabot[bot]
5cccd65849 Bump yargs-parser from 13.1.1 to 13.1.2 in /app
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 14:54:02 +01:00
Tony Brown
9646231353 Update multi-container-apps env vars security typo 2020-10-22 09:07:54 +01:00
Tim Gibson
3cbe2e686e Update README.md 2020-10-22 09:04:31 +01:00
Stefan Scherer
172c616131
Merge pull request #81 from mat007/build-github-action
Add github action to build
2020-09-30 16:35:34 +02:00
spicylentils
a2932698bd
Update docs/tutorial/using-bind-mounts/index.md
Fix confusing wording regarding sources and destinations
2020-09-28 17:01:39 -07:00
Stefan Scherer
6190776cb6
Merge pull request #77 from Fl4zher/fix-typo
fixing typo
2020-08-31 07:21:30 +02:00