https://github.com/rieonke/smyle
SMyLE Make my Life Easier
https://github.com/rieonke/smyle
Last synced: 2 months ago
JSON representation
SMyLE Make my Life Easier
- Host: GitHub
- URL: https://github.com/rieonke/smyle
- Owner: rieonke
- License: mit
- Created: 2019-08-20T06:11:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T08:04:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T14:18:23.557Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMyLE
**S**MyLE **M**ake m**y** **L**ife **E**asier# Install
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/rieonke/SMyLE/master/install.sh)"
```# Usage
## Docker
### Activate first running and healthy docker machine `dmae` (alias for `smyle_docker_machine_auto_env`)
```shell
#eval $(docker-machine env first-running-and-healthy-docker-machine)
➜ dmae
activating docker machine oracle-dev
```
### View active docker machine `dmcur`( alias for `smyle_docker_machine_current`)
```shell
➜ dmcur
name: oracle-dev
ip: 10.211.55.12
cpu: 1
mem: 4096
dirver: parallels
swarm: false
```### Switch docker machine `dmse` (alias for `smyle_docker_machine_select_env`)
```shell
➜ dmse
1) oracle-dev 2) prl-dev
?# 2
activating docker machine prl-dev
```