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

https://github.com/swagdevops/image-aldine


https://github.com/swagdevops/image-aldine

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## Build

```shell
rake build
```

Build without cache:

```shell
rake build[false]
```

## Run tests

```shell
rake test
```

## Run a command inside a container

```shell
rake run['tlmgr --version']
```

Default command is ``bash`` (as a login shell).