docker-gocure

module
v0.0.0-...-3bf487b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: MIT

README


Docker Ubuntu Go PHP Apache




Docker + GOCURE

A Docker image with a frontend created to use GOCURE to generate Cucumber HTML reports.

     

Download image from Docker Hub

docker pull rodrigoodhin/gocure

     

Create a new image

docker build -t <YOUR_DOCKER_HUB_USER>/gocure . 

     

Push created image to docker hub

docker login
docker push <YOUR_DOCKER_HUB_USER>/gocure

     

Using docker-compose.yml

docker-compose up -d

     

Starting docker container

docker run -d \
--name gocure \
-p 8087:80 \
-p 7087:7087 \
-v "$PWD/data:/data" \
rodrigoodhin/gocure

     

Frontend

After start the container, you can go to http://localhost:8087 and generate HTML reports.

     

LICENSE

MIT License

Directories

Path Synopsis
api
docs
Package docs GENERATED BY THE COMMAND ABOVE; DO NOT EDIT This file was generated by swaggo/swag
Package docs GENERATED BY THE COMMAND ABOVE; DO NOT EDIT This file was generated by swaggo/swag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL