Commit Graph

87 Commits

Author SHA1 Message Date
David Karlsson 6bce6d72cf
Merge pull request #20715 from dvdksn/build-guide-refactor
build: incorporate build guide into manuals
2024-08-28 04:22:59 +02:00
David Karlsson df6367f9ad build: incorporate build guide into manuals
The build guide that I once wrote now duplicates a lot of content with
the concept guide launched a few months back. It doesn't make sense to
cover the same topics multiple times, so I'm removing the older build
guide and incorporating some of the topics into the build manual
instead.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-27 15:32:59 +02:00
David Karlsson 07a053763f compose: use plugin base cmd as cli overview
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 15:45:42 +02:00
Allie Sadler abd030c3fe
ENGDOCS-2185 (#20655)
* ENGDOCS-2185

* fix

* silly mistake

* rename getting-started to introduction

* fix

* final fix

* formtatting

* review edits

* review edits

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 08:23:29 +01:00
David Karlsson 9e90b8cfd0
Merge pull request #20592 from dvdksn/restructure-build-manuals
build: restructure manuals section
2024-08-19 13:12:53 +02:00
David Karlsson 127bf48d12 build: restructure manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-19 12:48:49 +02:00
Allie Sadler 52b3d97da7
ENGDOCS-2184 (#20641)
* ENGDOCS-2184

* fix more links

* remove numbers from file names

* final link fix

* this is really the last fix
2024-08-19 11:45:34 +01:00
David Karlsson e3aa78b72c chore: update alert syntax
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:49 +02:00
David Karlsson 9fceeb262f refactor: consolidate docker engine content files
Move content files related to Docker Engine to the /engine content
subdirectory, and update links

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-11 17:07:54 +02:00
Gavin Masterson 073e48b537
docs: Fix typo in service name
The container is named `shimy-service` instead of `shiny-service`
2024-08-05 16:44:10 +02:00
Craig Osterhout 1fb2f189cb
Merge pull request #20513 from craig-osterhout/issue-19787
fix typo in r guide
2024-08-01 08:27:34 -07:00
Craig Osterhout c1ad03ed0f
fix typo in r guide
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-07-31 15:37:52 -07:00
Gerardo Lopez 5a5ee25bb5
Add Ruby on rails example for ruby docs (#20412)
* Update ruby folder

* Add deploy file

* Update deploy

* Update database

* Update files from codereview

* Update develop md

* Add whales

* Add env file

* Apply changes

* Apply feedback from craig

* Delete mr64

* apply feedback
2024-07-31 08:08:59 -07:00
Esteban Maya f092419ca0
Add FastAPI example for python docs (#20396)
* Add python docker example based on fastapi app

* Add gitignore example in python docs

* ✏️ Fix port mapping in docker init section

* ♻️ Edit refactor to map container ports from 5000-5001 to 8000-8001

* ✏️ Fix some grammatical structures

* 📝 Add some notes about kubernetes stuff
2024-07-24 17:04:36 -07:00
David Karlsson f7ccee34b0 cli: make buildx build the canonical build
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-16 11:57:38 +02:00
Craig Osterhout 3a99e84975
guides: update java language guide (#20335)
* update java language guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* fix typo

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* Update content/language/java/run-tests.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-10 08:34:57 -07:00
dmitry-bychkov b569ffa27b
Fix FromAsCasing warning
Change FROM python:${PYTHON_VERSION}-slim as base line in Dockerfile content to get rid of warning:
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 3)

Which shows up on image build.
2024-07-09 17:04:02 +03:00
David Karlsson 2bd964d6af build: restructure the base image page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:08:07 +02:00
David Karlsson a92623e34e build(ci): use `vars` for docker username
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-18 16:19:20 +02:00
David Karlsson 4b089c535f build(ci): remove checkout action for build-push-action
build-push-action uses Git context by default. No need for checkout
action unless you tamper with repo files before build.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-18 16:19:19 +02:00
David Karlsson 208e19c67c build: bump build-push-action to v6
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 15:17:26 +02:00
Craig Osterhout b9ac2c6898
get-started: update workshop paths (#20216)
* move /get-started/ to /guides/workshop/

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* move image

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* Update content/engine/swarm/swarm-tutorial/_index.md

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>

* Update content/guides/deployment-orchestration/swarm-deploy.md

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>

* rename file for part 10

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-06-13 11:50:25 -07:00
David Karlsson 5ec193b333
Merge pull request #20150 from dvdksn/build-best-practices
consolidate best practices
2024-06-07 17:42:40 +02:00
David Karlsson 389191d478 guides: remove develop with docker section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-07 17:38:33 +02:00
David Karlsson 69d375a480 build: consolidate building best practices
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-07 17:38:12 +02:00
Pradumna Saraf 1b6a6d530e
docs: add language specific guide for c++ (#19903)
* docs: add language specific guide for c++

* docs: add C++ language support to the language index page

* docs: Update _index.md

* docs: update C++ guide paths

* Update content/language/c-plus-plus/containerize.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/language/c-plus-plus/containerize.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/language/c-plus-plus/containerize.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/language/c-plus-plus/containerize.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/language/c-plus-plus/containerize.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/language/c-plus-plus/develop.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/language/c-plus-plus/configure-ci-cd.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update _index.md

* guides: use /cpp instead of /c-plus-plus

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/cpp/develop.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/cpp/containerize.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 09:16:36 -07:00
Craig Osterhout b0f3d7ddeb
freshness: language guides refresh (#20101)
* language guides refresh

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* Update content/language/dotnet/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/golang/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/java/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/python/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/r/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/php/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-28 08:20:13 -07:00
Craig Osterhout f856b304c3
remove walkthroughs (#20076)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-22 08:00:26 -07:00
David Karlsson c6b91c8db1 chore: removed unused media files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-20 18:59:32 +02:00
Pradumna Saraf 74bad3df93
docs: Update instructions in language-specific guides. (#20060)
* docs: Update instructions in language-specific guides.

* Update configure-ci-cd.md
2024-05-19 10:49:48 -07:00
Frederik Olberg 0b4e2e599f
Updated path to fit the java spring tutorial (#20061) 2024-05-19 10:44:38 -07:00
wtigotw 0c9522a506
Fix typo in development.md 2024-05-15 10:56:44 -06:00
Berke Sayın bc8c3bd1ad
Update the CI/CD config to build and push multi-platform image (#20009) 2024-05-09 14:39:04 -07:00
Craig Osterhout ce70ce779a
update node.js guide (#19901)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-06 09:09:43 -07:00
Allie Sadler 8f1150e24b
ENGDOCS-2079 (#19939)
* ENGDOCS-2079

* Fix links

* Fix links

* Fix links

* Fix links
2024-05-01 13:53:07 +01:00
Pradumna Saraf 88572a4e5a
docs: update directory name in r-docker-dev 2024-04-26 20:10:09 +05:30
JP Bulman 34bc2ff861
Update Dotnet Containerization Docs (#19867)
* Update Dotnet Containerization Docs

This is a condensed version of the two separate commands to connect to the docker container and to log into postgres.

* Update exit commands
2024-04-24 14:10:05 -07:00
Pradumna Saraf 5d209c7ec8
docs: Update and add steps for node CI (#19858) 2024-04-24 13:11:13 -07:00
David Karlsson 46a3512a54 hugo: css overhaul
- Remove manual breakpoint definitions and use tailwind defaults
- Fix various overflow and other rendering issues

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-24 18:14:02 +02:00
David Karlsson 76d9123ebb guides: improve wording on compose watch in R guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 18:14:27 +02:00
David Karlsson 5a361f7475 chore: trim excessive newlines
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 18:10:53 +02:00
Marco Franzon ac93f976fd
add guide for R language (#19787)
Add R language with sample repository

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 18:03:14 +02:00
Pradumna Saraf 7b104c5ef6
docs: Update the Golang CI configurations section (#19748)
* docs: update the instructions

* Configure CI/CD workflow for Go language

* Update configure-ci-cd.md
2024-04-10 20:48:17 +02:00
Craig Osterhout f22a583708
fix links in java guide (#19472)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-21 14:58:16 -08:00
Craig Osterhout dffbd882fa
update java language-specific guide (#19390)
* update java guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-21 14:10:28 -08:00
David Karlsson f3b44a4476 cli: change reference docs url paths
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
Craig Osterhout 8159a9d76c
refresh language guides (#19405)
* language guide refresh

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-15 11:09:04 -08:00
David Karlsson 04de43a394 cli: remove alias stubs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
Craig Osterhout 28d37919b8
doc-freshness: get-started and lang guides (#19077)
* tier 2 freshness for get started and language guides

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-12 07:21:22 -08:00
Allie Sadler 8198ce5208
ENGDOCS-1925 (#19002)
* ENGDOCS-1925

* adjustments

* fix broken links
2024-01-03 09:59:28 +00:00