Skip to content

An example of how to run a Python Docker from golang script using dockerization

Notifications You must be signed in to change notification settings

EyaRhouma/Docker-python-script-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize python script from golang script using dockers and sanic

How to Use

1- Build python image docker build -t or-python:latest -f Dockerfile.python .

2- Build golang image docker build -t or-go:latest -f Dockerfile.go .

3- Run container docker-compose up (run in other termnal )--> go run test.go

About

An example of how to run a Python Docker from golang script using dockerization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published