You are not logged in.
Pages: 1
It would be nice to have executable in this package: https://archlinux.org/packages/communit … er-buildx/
something like:
ln -s /usr/lib/docker/cli-plugins/docker-buildx /usr/local/bin/docker-buildxin package install?
Last edited by scippio (2023-11-20 19:22:33)
Sorry for my English...
Offline
Please open a feature request (or general gripe) against the package on the bug tracker -- the chances of the maintainer a) frequenting the forums, and b) seeing this thread, are tiny.
Closing, for deletion. moving to NC as it seems this is a misunderstanding of how docker works.
Last edited by WorMzy (2023-04-25 12:00:46)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
Not going to work -- checking other plugins this might work anyway, but even in that case doing a feature request on the bugs.archlinux.org tracker will be the way to do it, docker cli plugins extend the standard docker command so you should be able to simply do
docker buildx ...with that installed. If you wanted an "executable" make a personal shell alias/wrapper script for docker-buildx.
Last edited by V1del (2023-04-25 12:15:50)
Offline
Not going to work -- checking other plugins this might work anyway, but even in that case doing a feature request on the bugs.archlinux.org tracker will be the way to do it, docker cli plugins extend the standard docker command so you should be able to simply do
docker buildx ...with that installed. If you wanted an "executable" make a personal shell alias/wrapper script for docker-buildx.
Oh I see!
...
Management Commands:
builder Manage builds
buildx* Docker Buildx (Docker Inc., 0.10.4)
compose* Docker Compose (Docker Inc., 2.17.2)
...Sorry for my English...
Offline
Pages: 1