# create nginx docker image
$ docker build -t [imageName] .
# run docker image
$ docker run -v [Path/To/This/Directory]:/var/www/html --name [containerName] -p 8080:80 -d [imageName]
# let's casting
$ curl localhost:8080-
Notifications
You must be signed in to change notification settings - Fork 0
yagi2/ChromecastTestApp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
test app for ChromeCast
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published