https://github.com/aligent/aio-cli-docker
https://github.com/aligent/aio-cli-docker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aligent/aio-cli-docker
- Owner: aligent
- License: gpl-3.0
- Created: 2023-04-18T00:51:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T01:49:39.000Z (over 2 years ago)
- Last Synced: 2025-02-16T13:23:54.068Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.18 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README


# Introduction
Docker image for running the aio command without requiring it to be installed. It is available on docker
hub as [aligent/aio](https://hub.docker.com/r/aligent/aio).
## Installation
Add the following lines to your `~/.bashrc` file to be able to run it easily...
```
alias appbuilder='docker run --rm -it --volume ~/.npm:/home/node/.npm --volume "$PWD:/app" --volume ~/.config:/home/node/.config -v "/var/run/docker.sock:/var/run/docker.sock:rw" --network host aligent/aio'
alias aio='appbuilder aio'
```
You will then need to reload your bashrc file, either by running `. ~/.bashrc` or starting a new terminal session.
## Usage
You can now run aio normally.
```
aio --version
aio help
```