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

https://github.com/kskarthik/nexial-docker

(Unofficial) Docker images for the nexial testing automation utility
https://github.com/kskarthik/nexial-docker

Last synced: 3 months ago
JSON representation

(Unofficial) Docker images for the nexial testing automation utility

Awesome Lists containing this project

README

        

# nexial-docker

(Unofficial) Docker images for nexial automation utility

Docker hub: https://hub.docker.com/r/kskarthik/nexial-core

Nexial Repository: https://github.com/nexiality/nexial-core

## Building the image:

```sh
docker build -t nexial-core .
```

## Building alpine image:

```sh
docker build -t nexial-core:alpine - < Dockerfile.alpine
```