https://github.com/lapp-coder/docsel
Docsel is a utility that allows you to run the services you choose based on the docker-compose file.
https://github.com/lapp-coder/docsel
docker docker-compose docker-compose-select docker-compose-services docker-container docker-images docker-select select-image
Last synced: about 1 month ago
JSON representation
Docsel is a utility that allows you to run the services you choose based on the docker-compose file.
- Host: GitHub
- URL: https://github.com/lapp-coder/docsel
- Owner: Lapp-coder
- Created: 2022-03-06T13:45:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T13:58:34.000Z (over 4 years ago)
- Last Synced: 2024-12-30T19:36:10.207Z (over 1 year ago)
- Topics: docker, docker-compose, docker-compose-select, docker-compose-services, docker-container, docker-images, docker-select, select-image
- Language: Go
- Homepage:
- Size: 27.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docsel
[](https://golang.org/doc/go1.17) [](https://github.com/Lapp-coder/docsel/releases)
Docsel is a utility that allows you to run the services you choose based on the docker-compose file.
## Example

## Installation
1. Clone the repository
```shell
$ git clone https://github.com/Lapp-coder/docsel
```
2. Go to the directory of the utility
```shell
$ cd docsel
```
3. Follow the installation steps for your OS
* MacOS on M1
```shell
$ chmod +x build/bin/docsel-darwin_arm64 \
&& make setup-macos_m1
```
* MacOS on Intel
```shell
$ chmod +x build/bin/docsel-darwin_amd64 \
&& make setup-macos_intel
```
* Linux
```shell
$ chmod +x build/bin/docsel-linux_amd64 \
&& make setup-linux
```
* Windows
```shell
$ setup-windows.bat
```