Sign inSign up

wipal194/game-guide-api

By wipal194

Updated about 6 years ago

Image
0

230

wipal194/game-guide-api repository overview

README

Build

sudo docker image build --rm -t gameguide:latest .

Run local

sudo docker container run -d --rm -p 8194:8194 --name stpc gameguide:latest --env IS_DEMO=False --env LINK_APP="https:\/\/itunes.apple.com\/search?term=taylor+swift&entity=song"

Pull

sudo docker pull wipal194/game-guide-api:latest

Run

sudo docker container run -d --rm -p 8194:8194 --name stpc wipal194/game-guide-api:latest --env IS_DEMO=True --env LINK_APP="https:\/\/www.google.com"

Tag summary

Content type

Image

Digest

Size

340 MB

Last updated

about 6 years ago

docker pull wipal194/game-guide-api