Skip to content

htc36/DockerContainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Image Processing

  • cd imageProcessing
  • docker-compose build
  • docker-compose up

Golang

For Development

  • cd golang
  • docker-compose build
  • docker-compose up

The above will allow you to develop the Go application and every time a save occurs the Go application will be refreshed

How to build manually (need to rebuild every time update is made)

  • cd golang
  • docker build -t helloworld -f Dockerfile.prod .
  • docker run -it --rm --name hello helloworld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published