https://github.com/devdrops/vapor-cli-docker
Docker image with Laravel's Vapor CLI
https://github.com/devdrops/vapor-cli-docker
docker laravel laravel-vapor php
Last synced: about 2 months ago
JSON representation
Docker image with Laravel's Vapor CLI
- Host: GitHub
- URL: https://github.com/devdrops/vapor-cli-docker
- Owner: devdrops
- License: gpl-3.0
- Created: 2023-07-27T16:22:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T18:00:37.000Z (over 1 year ago)
- Last Synced: 2025-02-05T20:30:26.616Z (4 months ago)
- Topics: docker, laravel, laravel-vapor, php
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/devdrops/vapor-cli
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vapor CLI
A Docker image providing Laravel's [Vapor](https://github.com/laravel/vapor-cli) CLI. Available at
[Docker Hub](https://hub.docker.com/r/devdrops/vapor-cli/).Each tag is based on Vapor's version, where `latest` will be the current stable version.
**Important:** as Vapor requires authentication to execute it's commands, this image does not offer ways to persist any
credentials. You'll have to provide it every time you use this image :wink:## How to Run?
```bash
docker run -ti --rm devdrops/vapor-cli:latest vapor --version
```