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
Craig Osterhout
150a4ba88f
remove run sample app without docker ( #18877 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 10:11:12 -08:00
Craig Osterhout
fb2b2c28a6
update Go guide - run tests ( #18885 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 10:10:23 -08:00
Craig Osterhout
e9d930069d
add php language-specific guide ( #18794 )
...
* add php language guide
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-07 12:42:16 -08:00
Craig Osterhout
3d0f7b6626
update docker init reference ( #18795 )
...
* update docker init for 4.26
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-05 08:23:46 -08:00
Craig Osterhout
2d08689e49
update dotnet guide ( #18810 )
...
* update dotnet guide
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-30 07:51:52 -08:00
Craig Osterhout
874adeb006
update init .net wording ( #18640 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-11-16 07:56:56 -08:00
Craig Osterhout
8bb75fa5fa
tier 1 updates for freshness ( #18686 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-11-16 07:40:56 -08:00
Lizz Thabet
09e83c62fe
(refact) update docker init template name to reflect the cli
2023-11-10 12:24:16 -05:00