Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

LaCoder's avatar

Vapor CLI in SAIL docker

Hello,

I have created my application in the SAIL environment and Docker, Now I want to move this local application to vapor,

I created and connected AWS, and installed vapor CLI,

Normally I run my commands with ./vendor/bin/sail ...

How can I run Vapor login with the docker application? if I run simple vapor login, it says command not found.

me@MyPC:~/oicluster5$ vapor login
vapor: command not found
me@MyPC:~/oicluster5$
0 likes
1 reply
bretto36's avatar

Just for anyone else running into this. You can run sail bash then use the cli from there to run vendor/bin/vapor commands

Please or to participate in this conversation.