Skip to content

Instantly share code, notes, and snippets.

@pwt
Created February 1, 2019 11:39
Show Gist options
  • Save pwt/5b566d734b278afcf9865c8b0c8e1f40 to your computer and use it in GitHub Desktop.
Save pwt/5b566d734b278afcf9865c8b0c8e1f40 to your computer and use it in GitHub Desktop.
Build output from sonos-web
$ docker build -t deleteme .
Sending build context to Docker daemon 45.57kB
Step 1/6 : FROM resin/raspberrypi3-node
---> 92fd7f8af9f7
Step 2/6 : RUN npm install -g sonos-web-cli
---> Running in 11129cf11968
/usr/local/bin/sonos-web -> /usr/local/lib/node_modules/sonos-web-cli/index.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/sonos-web-cli/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
+ sonos-web-cli@1.3.0
added 342 packages from 197 contributors in 63.139s
Removing intermediate container 11129cf11968
---> 0fa66da48d98
Step 3/6 : RUN sonos-web install
---> Running in 291a749d3f53
Installing Sonos Web
- downloading installation files
✔ downloading installation files
- installing front-end dependencies
✔ installing front-end dependencies
- build front-end application
✔ build front-end application
- install back-end dependencies
✔ install back-end dependencies
- cleaning up installation files
✔ cleaning up installation files
- Starting Sonos Web
✔ Starting Sonos Web
success Open a web browser on this computer to http://localhost:5050 to start!
You can access Sonos Web network-wide by going to http://172.17.0.4:5050
Removing intermediate container 291a749d3f53
---> 16047352a257
Step 4/6 : EXPOSE 5050
---> Running in 5ec674a5910b
Removing intermediate container 5ec674a5910b
---> 331b91eebc4a
Step 5/6 : HEALTHCHECK --interval=1m --timeout=2s CMD curl -LSs http://localhost:5050 || exit 1
---> Running in b42312707109
Removing intermediate container b42312707109
---> 986b6b456774
Step 6/6 : CMD cd /root/.sonos-web && node src/server.js
---> Running in adb27acec72e
Removing intermediate container adb27acec72e
---> ae79cdd97345
Successfully built ae79cdd97345
Successfully tagged deleteme:latest
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment