Skip to content

deploy golang echo rest api to aws elastic beanstalk using docker

License

Notifications You must be signed in to change notification settings

hadv/eb-echo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Go Report Card

eb-echo-docker

deploy golang echo rest api to aws elastic beanstalk using docker

you can access a sample deployment on aws beanstalk on below link

http://ebechodocker-env.ap-southeast-1.elasticbeanstalk.com

check/deploy server on local docker

  1. Build docker image
$ docker build -t eb-echo-docker .
  1. Run docker image on local machine on port 8080
$ docker run -it --rm -p 8080:3000 eb-echo-docker
  1. Check the server
$ curl http://192.168.99.100:8080

About

deploy golang echo rest api to aws elastic beanstalk using docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages