An open API service indexing awesome lists of open source software.

https://github.com/jordanpartridge/conduit-docker

Conduit component for docker functionality
https://github.com/jordanpartridge/conduit-docker

cli conduit conduit-component deployment devops docker laravel laravel-zero php

Last synced: 5 months ago
JSON representation

Conduit component for docker functionality

Awesome Lists containing this project

README

          

# Conduit docker

A Conduit component for docker functionality

## Installation

```bash
# Via Conduit component system
conduit components install docker

# Via Composer (if published)
composer require jordanpartridge/conduit-docker
```

## Commands

- `conduit docker:init`

## Usage

```bash
# Example usage
conduit docker:init --help
```

## Development

```bash
# Install dependencies
composer install

# Run tests
./vendor/bin/pest

# Code formatting
./vendor/bin/pint

# Static analysis
./vendor/bin/phpstan analyze
```

## License

MIT License. See [LICENSE](LICENSE) for details.