eb-echo-docker

command module
v0.0.0-...-3481e49 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2018 License: MIT Imports: 3 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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