Commit Graph

77 Commits

Author SHA1 Message Date
Emad Alashi
6338d9674c Change ignored directory to forward slash
When using the backward slash I think it will only use on Windows? 

In my case I was on MacOS and the folders weren't ignored until I changed the slashes to be forward slash.
2020-07-11 22:06:13 +10:00
Martin Joly
dbd9ba12f9 Fix wrong information (#10977)
Postgres last version is now >12.0.0.
2020-07-01 14:09:51 +01:00
JD Cargile
9960ff107c Fix "Docker Docker Image" link 2020-06-08 23:13:38 -06:00
Sebastiaan van Stijn
777c5d23da engine: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:32 +02:00
Krzysztof Madej
97b03523fd Updated dotnet core images in DOCKERFILE (#10629)
Since dotnet core 2.2 is out of support I would propose to update script to latest LTS dotnet core version.
2020-04-14 11:10:48 +01:00
Sebastiaan van Stijn
d813acb6e1 Engine: reorganize install topic
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
  currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
  storage driver page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
Sebastiaan van Stijn
331554f4b3 Fix various links that were generating URLs with .md (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Sebastiaan van Stijn
14bbe621e5 Update markdown language hints to work with "rouge"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:49:51 +01:00
ac27182
7e9d728df9 Update postgresql_service.md (#10261) 2020-02-10 14:24:07 +00:00
Adrian Plata
d6c6956380 deleting unlinked content (#9218)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-07 16:42:59 -07:00
Usha Mandya
b59e383d16 Merge pull request #9039 from Thraka/patch-1
Update .NET Core references
2019-07-10 12:03:21 +01:00
Andy De George
660c43bba3 Change link to latest article on docs.ms 2019-07-09 09:22:11 -07:00
Andy De George
829efd8d92 Update index.md 2019-07-09 08:35:13 -07:00
Andy De George
b36cc1d36e Adjust title to clarify ASP.NET Core and not .NET Core
We had an [issue over on the .NET Core documentation](https://github.com/dotnet/docs/pull/13278) regarding Docker where someone was confused about .NET Core vs ASP.NET Core and pointed out that this article used the terms interchangeably. I wanted to submit this fix to hopefully reduce that.

I also:

1. Removed the en-us from links.
2019-07-09 08:31:28 -07:00
Vinicius Rocha
f8bd0d005e Update dotnetcore.md with the new samples URL 2019-06-19 14:17:57 -04:00
Oleg Burov
4a7c0efb09 Update from microsoft/* to mcr.microsoft.com/*. (#8738)
Update Dockerfile with following changes:
1. Switch .NET Core Images from legacy location at Docker Hub Registry (microsoft/*) to a new location at Microsoft Container Registry (mcr.microsoft.com/*).
2. Since Microsoft no longer supports the tag 'latest', I must set a specific version of '2.2' (current), which is the most recent stable release.
2019-06-06 07:46:26 -04:00
Vimig Socrates
24e8109ef1 Include Ubuntu version in Dockerfile
more recent versions of Ubuntu don't work with the given Dockerfile
2019-04-01 18:00:36 -04:00
Maria Bermudez
06d00cc3bd Remove merge conflict 2019-04-01 12:02:31 -07:00
Maria Bermudez
c3b0c02153 Audit branch (#8564)
* Update trust-with-remote-ucp.md

* Fix link texts

* Addresses 8446

* Update trust_delegation.md

* - Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

* Update running_ssh_service.md

* Update running_ssh_service.md

Fixed formatting and wording. Also moved note above the code.

* Update running_ssh_service.md

Fixed typo.

* Compose: Update build docs, Add --quiet flag

* Fix destroy reference page link

Relates to https://github.com/docker/docker.github.io/pull/8441

* Rephrase Ubuntu 14.04 note

* Revert "Compose: Update build docs, Add --quiet flag"

* # This is a combination of 4 commits.
# This is the 1st commit message:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

# This is the commit message #2:

# This is a combination of 2 commits.
# This is the 1st commit message:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

# This is the commit message #2:

Update trust-with-remote-ucp.md
# This is the commit message #3:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

# This is the commit message #4:

Fix destroy reference page link

Relates to https://github.com/docker/docker.github.io/pull/8441

* - Addresses 8446
- Cleans up broken links
- Fixes vague link texts

* Addresses 8446 with text and link cleanup.

* Update syntax language from none to bash

* Update index.md
2019-04-01 14:45:04 -04:00
Maria Bermudez
e2bcfc041c Rephrase Ubuntu 14.04 note 2019-03-12 17:57:58 -07:00
Maria Bermudez
14bfbb264a Merge branch 'patch-1' of git://github.com/gsantandrea/docker.github.io into gsantandrea-patch-1 2019-03-12 17:54:21 -07:00
Dan Urson
a9f88ed3e3 Update running_ssh_service.md
Fixes #8390
2019-03-01 14:05:44 -05:00
Anne Henmi
7bd0d30b4b Update running_ssh_service.md
Fixed typo.
2019-01-27 21:48:30 -07:00
Anne Henmi
2ebcae3230 Update running_ssh_service.md
Fixed formatting and wording. Also moved note above the code.
2019-01-25 08:05:08 -07:00
paigehargrave
2d752d9d34 Update dotnetcore.md 2019-01-11 13:06:21 -05:00
Anne Henmi
66d29c9ba6 Merge pull request #7372 from hestellez/patch-1
Propose an alternative ssh command
2018-12-17 14:07:03 -07:00
gsantandrea
9de3c4e47c Update running_ssh_service.md 2018-10-19 15:21:55 +02:00
Steve Smith
4f51e3a8ed It's "on premises" not "on premise" 2018-10-18 12:18:53 -04:00
Anne Henmi
b099fff8f4 Merge pull request #7313 from scjane/patch-111
Update running_riak_service.md
2018-09-25 20:32:16 -06:00
Anne Henmi
c3e315bf8b Merge pull request #7312 from scjane/patch-110
Update postgresql_service.md
2018-09-25 20:30:52 -06:00
Héctor Estéllez
f23d248ba9 Propose an alternative ssh command
I didn't get it to work with the ip address, it took me a while to find the alternative way.
2018-09-14 23:36:46 -05:00
Wang Jie
b6ab1d3917 Update running_riak_service.md 2018-09-04 14:08:30 +08:00
Wang Jie
edaa61cbb5 Update postgresql_service.md 2018-09-04 11:08:36 +08:00
Wang Jie
e7b41162e1 Update dotnetcore.md 2018-08-07 15:17:56 +08:00
Shayne Boyer
240a1836ac Update dotnetcore.md
removed version to ensure always up to date; getting latest
2018-07-17 08:26:44 -07:00
Shayne Boyer
b3d4391849 Update dotnetcore instructions
* Base image for aspnetcore were migrated as of 2.1 per https://github.com/aspnet/Announcements/issues/298 
* Further reading reference to Docker Hub updated to /dotnet 
* Add link to docs.microsoft.com
2018-07-15 18:15:52 -07:00
Gwendolynne Barr
1ad7485421 Repair postgres link (#6346) 2018-03-29 11:40:17 -07:00
Corey Floyd
d2ab708bff Update to fix typo in dotnetcore.md (#6042)
Fixed typo in step one of Build and run the Docker image
2018-02-23 15:34:37 -08:00
Misty Stanley-Jones
a17a47dd77 Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
Misty Stanley-Jones
a55ddf60a9 Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones
a4f5e30249 Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Thomas Sjögren
4c4b9bdc06 PermitRootLogin sed (#4822)
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-10-10 11:14:58 -07:00
Misty Stanley-Jones
781b5eeed2 Remove inaccurate note (#4395) 2017-08-28 10:18:55 -07:00
John Mulhausen
2ab413d8c8 Removing old links 2017-08-16 18:15:36 -07:00
Kendra Havens
a8271f4376 Update dotnetcore to 2.0 (#4205) 2017-08-15 15:21:48 -07:00
Kendra Havens
b7c68e0bd9 toc wording and title change (#3979) 2017-07-26 17:18:58 -07:00
Kendra Havens
c171853314 Add Dockerize and ASP.NET Core doc (#1681)
Add Dockerize and ASP.NET Core doc
2017-07-25 11:40:53 -07:00
Misty Stanley-Jones
0c7d3b5f4c Deprecate some Dockerize topics in favor of library ones (#3735) 2017-07-12 12:06:07 -07:00
Misty Stanley-Jones
17e1da077b Tighten up base image and parent image terminology (#3720) 2017-06-28 11:56:41 -07:00
John Mulhausen
d6995e4c62 Various link/fwding fixes 2017-04-20 21:08:50 -07:00