Netflix / vizceral-example

Example Vizceral app
Apache License 2.0
367 stars 166 forks source link

What is name in docker commands? Docker commands shared isn't working for me. #40

Open darshannagaraja opened 6 years ago

permalost commented 6 years ago

The name can be replaced by almost anything, but is usually used for your docker hub username. The following would work.

docker build -t test/vizceral-example . docker run -p 41911:8080 -d test/vizceral-example