Skip to content

aidt001/docker-golang-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Dev Env for Golang

Running tests

This command builds a docker image with the code of this repository and runs the repository's tests

./build_docker.sh my_app
docker run --rm -it my_app ./run_tests.sh

Running a specific test

This example runs a single test with the name "greet"

./build_docker.sh my_app
docker run --rm -it my_app ./run_tests.sh mybinary/greet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published