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
- Host: GitHub
- URL: https://github.com/kskarthik/nexial-docker
- Owner: kskarthik
- License: gpl-3.0
- Created: 2023-01-05T11:17:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T14:09:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T22:31:04.800Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```