
19 Aug
2023
19 Aug
'23
10:38 p.m.
Hi, May I suggest adding a symbolic link into the docker-compose port, so that the command "docker compose" (no dash) will be available in CRUX in addition to "docker-compose". (AFAIK the no dash version is the official one nowadays.) It should be as simple as adding the following lines into the docker-compose Pkgfile: mkdir -p ${PKG}/usr/lib/docker/cli-plugins ln -s /usr/bin/${name} ${PKG}/usr/lib/docker/cli-plugins/ -- Vitaly Sinilin <vs@kp4.ru>