Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 527 Bytes

File metadata and controls

17 lines (10 loc) · 527 Bytes

Smashing

Run Smashing in a Docker container.

Link: salbob/smashing

Run

docker run -d -p 8080:3030 salbob/smashing

And point your browser to http://localhost:8080/.

Configuration

Custom smashing port

If you want smashing to use a custom port inside the container, e g 8080, use the environment variable $PORT:

docker run -d -e PORT=8080 -p 80:8080 salbob/smashing