Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 640 Bytes

BUILD.md

File metadata and controls

34 lines (24 loc) · 640 Bytes

Docker Build instructions

Build command:

docker build -t orbsmiv/supercollider-rpi:3.10.4 .

Updating latest tag

If you're pushing a new version and want to override the latest tag:

docker tag orbsmiv/supercollider-rpi:3.10.4 orbsmiv/supercollider-rpi:latest

Pushing to Docker Hub

docker push orbsmiv/supercollider-rpi:3.10.4
docker push orbsmiv/supercollider-rpi:latest

Saving and loading an image

To save a built image, e.g. for transferring to a test machine:

docker save -o sc.tar orbsmiv/supercollider-rpi:3.11.0-test

To load the resulting image:

docker load -i sc.tar