particle-iot-archived / particle-dev-local-compiler

Package providing local compilation for Particle devices in Particle Dev
MIT License
11 stars 0 forks source link

Use smaller virtual machine disk — again #16

Closed rei-vilo closed 7 years ago

rei-vilo commented 8 years ago

@suda

Following #13, the procedure with docker rmi has no impact on the size of the virtual machine. Ticket #13 hasn't been reopened, hence this new ticket.

  • Providing a procedure would be appreciated.

List the images with docker images and then launch docker rmi <IMAGE ID>, with <IMAGE ID> provided in the list.

  • This procedure has no impact on the size of the virtual machine, so the answer is not relevant.
  • Please reopen the ticket.
suda commented 8 years ago

Sorry my comment with instructions apparently got lost by GitHub :/

You can compact the drive or recreate VM using:

docker-machine rm default && docker-machine create default and then fetching only latest version: docker pull particle/buildpack-particle-firmware:v0.4.7