Commit Graph

43 Commits

Author SHA1 Message Date
David Karlsson ddad5da2f7 docs: fix oudated links to docs.docker.com
Some of the updated links had redirects in place,
Updating them to current paths to avoid relying on old redirects.
This is not an exhaustive update to all links,
just a few links that I happened to pick up on.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-08 09:47:18 +02:00
David Dooling a8642a0157
mongo: add more security information
More on docker-library/mongo#656.
2023-12-21 12:28:24 -06:00
David Dooling f521ebca56
mongo: add security section
Closes docker-library/mongo#656.
2023-12-20 11:30:22 -06:00
Joe Ferguson b07e89f833 Adjust `mongo` shell command to use `mongosh`
- `mongo` was removed in 6.0
- `mongosh` is only available in 5+
2022-08-25 11:29:02 -07:00
Joe Ferguson 18c578b1e0 Adjust windows/OSX warning for mongodb 2021-04-15 16:02:15 -07:00
Nikolaos Pothitos 5e147ab73f
Fix formatting 2019-10-05 09:02:14 +03:00
Tianon Gravi f3b327bbc9
Merge pull request #1559 from wglambert/mongodocs_EXECUTOR
Replace --smallfiles with --serviceExecutor
2019-08-16 15:56:25 -07:00
wglambert e87ad277eb Replace --smallfiles with --serviceExecutor 2019-08-16 14:26:20 -07:00
Tianon Gravi 8925315ef8 Ditch a lot of "--link" examples (using "--network some-network" instead to force users to do more homework) 2019-03-04 17:15:55 -08:00
yosifkit 1870f196ec
Merge pull request #1418 from infosiftr/mongo-better-auth-docs
Update Mongo's authentication documentation to be much more explicit and link to more upstream resources
2019-02-06 16:13:26 -08:00
Tianon Gravi d51f088211 Update Mongo's authentication documentation to be much more explicit and link to more upstream resources 2019-02-05 15:10:48 -08:00
Tianon Gravi a024f75c8a
Update mongo/content.md
Co-Authored-By: wglambert <W.lambert1031@gmail.com>
2019-02-05 13:22:07 -08:00
wglambert 920870f908
Add wiredTigerCacheSizeGB info to Mongo docs 2019-02-05 13:05:21 -08:00
Wilhelm Mailaender 032b0fed05 Updated content.md
Fixes #317

Wrong parenthesis for JSON Wikipedia link
2018-12-08 09:52:14 +01:00
Tianon Gravi 2371dcae1d Move change over to content.md (README is generated) 2018-10-22 12:59:21 -07:00
Hasan Kara a44cdd468d
Fix typo 2018-10-01 13:46:18 +02:00
Tianon Gravi 1671ea2ac1 Remove SELinux specific notes
This really isn't our place to document -- this is a generic Docker issue for users of SELinux.

The official upstream documentation on the topic can be found at https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label.

There's also some good information to be found in http://jaormx.github.io/2018/selinux-and-docker-notes/ and https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/.
2018-09-12 13:21:18 -07:00
yong.liu df45a3a0b4 Fix typo in mongo description 2018-09-06 10:15:33 -07:00
wglambert 0e2090eb83 Update content.md (#1230)
--authenticationDatabase is admin, not the container ID/name
2018-05-22 10:34:07 -07:00
Joe Ferguson 5349fea6fb Improve env var documentation, remove `link` variable use 2018-05-04 14:04:22 -07:00
Benjamin Chrobot 94c54bc33c
Fix leftover mysql copy-paste. 2018-03-23 11:32:31 -04:00
Benjamin Chrobot 43b8c39221
Fixed Markdown formatting. 2018-01-27 09:16:02 -05:00
Benjamin Chrobot 0a2875e917
Added stack.yml 2018-01-27 08:49:06 -05:00
Benjamin Chrobot 739ae9a6b9
Update docs for new configuration features 2018-01-27 08:49:06 -05:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Tianon Gravi f23cc6e83e Merge pull request #989 from infosiftr/mongodb.com
Update links from mongodb.org to mongodb.com as appropriate
2017-08-24 12:26:45 -07:00
Tianon Gravi 5a35620fa4 Merge pull request #988 from infosiftr/configdb
Add a note to mongo about "/data/configdb" (and --configsvr)
2017-08-24 12:26:12 -07:00
Tianon Gravi 4d0f70f4e9 Update links from mongodb.org to mongodb.com as appropriate 2017-08-24 12:15:33 -07:00
Tianon Gravi 976dce0b61 Add a note to mongo about "/data/configdb" (and --configsvr) 2017-08-24 12:10:57 -07:00
Ken Powers 7f1d3648b7 Add note about WiredTiger being the default storage engine.
Fixes #197.
2017-08-21 16:45:02 -04:00
yosifkit 98aa3cd22c clarity for mysql images; fix docker docs urls (#748)
* Added more specific info about initializing db.

Added .sql.gz to supported files and explanation to what database it will be imported.

* Fix docker docs urls for mariadb

* Fix docker docs urls for the rest of the repos

* Sync mariadb, mysql, and percona content.md
2016-11-15 14:41:41 -08:00
Dieter De Paepe fb49e235d4 Remove extra space from markdown 2016-03-21 22:01:26 +01:00
Dieter De Paepe ffe72fa71b Clarify the VirtualBox warning
Relates to https://github.com/docker-library/mongo/issues/85
2016-03-21 21:28:46 +01:00
Tianon Gravi 98f36612f3 Add a section about "--auth" to the mongo documentation 2016-02-22 10:09:12 -08:00
Joe Ferguson 7435feda4d Add info about MongoDB not supporting vboxsf 2016-01-28 11:06:11 -08:00
Jose Diaz-Gonzalez 07045974ea Fix command for running custom storageEngine on mongodb 2015-08-24 13:06:20 -04:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Joe Ferguson 04d1bac4c3 Add mongo docs for volume, storageEngine, mmap on vboxsf 2015-06-04 13:18:13 -07:00
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Joe Ferguson 3b84399f1d Add license for mongo and redis, docs link for mongo 2014-11-05 15:35:06 -08:00
Joe Ferguson c920ff0075 Mostly tw=80, also a few dockerfile links from update.sh 2014-10-21 15:34:30 -07:00
Tianon Gravi 7d3134f982 Add LOGO magic to many contents and update.sh 2014-09-26 17:22:36 -06:00
Joe Ferguson 8e4d0e6283 move README-content.md to just content.md 2014-09-23 13:47:30 -06:00