Steven Powell
44c4657e4f
remove remaining references to k8s.gcr.io
2023-03-30 09:45:52 -07:00
Marcus Puckett
47f02aa3d2
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:57 -08:00
Marcus Puckett
5110a20b1b
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:54 -08:00
Marcus Puckett
5338563ed7
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:50 -08:00
Marcus Puckett
4d63d252a2
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:45 -08:00
Marcus Puckett
084e561404
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:41 -08:00
Marcus Puckett
d27c08fce2
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:35 -08:00
Marcus Puckett
d8981fe20a
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:27:50 -08:00
Marcus Puckett
d34b7f6ab5
Update site/content/en/docs/handbook/pushing.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:27:43 -08:00
Marcus Puckett
d53a071aed
Add Windows commands to docs
...
Some of the doc pages don't have Windows versions of some of the commands. I've added cross OS/shell versions for some of them.
2021-11-17 16:15:45 -08:00
Lakshya Gupta
d5ebf3d5c3
updated order of the commands to match with the methods
2021-09-18 17:58:47 +05:30
Lakshya Gupta
2227267a17
fixed broken links
2021-09-18 16:42:54 +05:30
Thomas Güttler
f81b8ef705
Fixed small typos
2021-05-11 17:19:49 +02:00
Anders F Björklund
3ead3a0404
Add some more definitions of image terminology
2021-04-18 18:20:35 +02:00
Anders F Björklund
e2a0b26f73
Add documentation for the ctr containerd client
2021-03-23 07:37:04 +01:00
Anders F Björklund
b322f7ae67
Explain what load and build means in this context
2021-03-21 23:20:13 +01:00
Anders F Björklund
aa334fe944
Show methods support load and which support build
2021-03-21 23:19:57 +01:00
Anders F Björklund
b13033b4fb
Fix link for pushing images docs on cache cmd
...
The link was going directly to the command documentation,
rather than just to the section further down on the page.
2021-03-19 20:33:36 +01:00
Anders F Björklund
5919ee78bc
Add basic documentation for minikube image command
...
Using the image command is an alternative to using the
different environment cmds for the different clients.
2021-03-14 18:37:39 +01:00
Anders F Björklund
1ced9d774c
Add instructions for building images with buildkit
...
Documentation still refers to building as "pushing"
2021-03-07 22:15:35 +01:00
Federico Gallo
9d4362fea2
typo
2021-01-22 11:43:13 -03:00
Thomas Strömberg
e9f1b8bce3
Merge pull request #9943 from afbjorklund/build-docs
...
Add some more docs about building images
2020-12-14 09:47:10 -08:00
Anders F Björklund
80c3c64be0
Fix minor typo in build of the project name itself
2020-12-13 12:34:27 +01:00
Anders F Björklund
636370265f
Add some more docs about building images
...
Add some more examples on how to use podman for cri-o runtime,
and how to use buildctl (with buildkitd) for containerd runtime.
2020-12-13 11:10:32 +01:00
Anders F Björklund
ebf37ad15f
Fix whitespace issues in the site content markdown
...
Courtesy of markdownlint, but nothing to show on:
git show --ignore-all-space --ignore-blank-lines
Ignore generated commands, with trailing whitespace.
Those need to be fixed in "generate-docs" instead...
2020-12-05 10:08:32 +01:00
Steven Powell
2b43ff9989
Auto detect user OS and default tabs to it
2020-11-30 15:46:05 -07:00
TrishaChetani
0a309f9c53
Able to run sucessfully
2020-06-17 17:44:16 +02:00
TrishaChetani
16ccaf95f6
Improved on accepting comment
2020-06-17 17:14:37 +02:00
TrishaChetani
ca2a2500cb
Incoperated changes to use ref link
2020-06-17 16:36:07 +02:00
TrishaChetani
30ad081298
Fixed broken links
2020-06-16 03:41:30 +02:00
Anders F Björklund
9dbd74b963
Don't have to copy environment for podman build
...
We did that in order to include BUILDAH_NOPIVOT (fb0a6f4
)
But we don't need it anymore, since we moved to using tmpfs
instead of rootfs. So now pivot_root(8) is available to us.
So we removed that podman environment variable (ae8894c
)
2020-05-13 11:11:15 +02:00
Anders F Björklund
fb3824ed52
Docs: podman-remote is also called podman
...
The "podman-remote" program is installed as "podman"
on platforms without a local client (i.e. not Linux)
So we need different documentation for different OS.
Eventually it will be called "podman" everywhere...
2020-05-10 23:42:18 +02:00
Noah Spahn
f802293dfd
Very minor grammar corrections to aid readability
2020-04-27 23:07:53 -07:00
Alonyb
c48b22bbd8
change table of pushing doc
2020-04-17 20:38:58 -05:00
Balint Pato
004f4da1e3
fix broken link
2020-04-10 12:35:04 -07:00
Medya Gh
3d0632043d
change color of tip
2020-04-10 04:24:10 -07:00
Medya Gh
da2736d84e
add hot tips
2020-04-09 01:01:22 -07:00
Medya Gh
3c3d14b436
improve wording on the docker push site
2020-04-09 00:52:30 -07:00
Medya Gh
620823e77b
address review comments
2020-04-08 19:10:04 -07:00
Medya Gh
a823b9b80b
address review comments
2020-04-08 19:09:02 -07:00
Medya Gh
93d9e52358
address review comments
2020-04-08 18:50:18 -07:00
Medya Gh
ed67b770d4
bullet number the items
2020-04-08 17:53:48 -07:00
Medya Gh
ce3754465a
add wip
2020-04-08 17:38:13 -07:00
Medya Gh
880f3a7ce9
issues
2020-04-08 17:37:29 -07:00
Medya Gh
3575367b11
fix number words
2020-04-08 17:25:00 -07:00
Medya Gh
5ac676e7bb
change perforamnce words
2020-04-08 17:23:18 -07:00
Medya Gh
7a2f62dbe7
create comparision table for methods to push img to minikube
2020-04-08 17:18:43 -07:00
Medya Ghazizadeh
c433ee128b
update push to docker docs
2020-04-06 21:35:21 -07:00
tstromberg
4593ac3558
Change directory case
2020-04-04 20:30:07 -07:00