Giter Site home page Giter Site logo

mutable-env's People

Contributors

archont94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rcrogers

mutable-env's Issues

Changes I had to make to get it to work

Thanks for making this, since trying to use the Vagrant/VirtualBox mutable-dev-environment with an arm64 (M2) mac wasn't working for me. The VM would just abort on boot, probably because the arm64 version of VirtualBox is still in beta, but who knows. I wasn't able to resolve the issue myself, so I tried this. I have almost no previous experience with Docker.

Anyway, I had to make some small changes to get things to work.

Attempting to run the mutable-env command would give me an error:

Unable to find image 'mutable-env:latest' locally
docker: Error response from daemon: pull access denied for mutable-env, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
"docker "${docker_args[@]}"" command filed with exit code 125.

So, I had to change line 22 in /usr/local/bin/mutable-env from:

docker_args+=(mutable-env:latest)

to:

docker_args+=(archont94/mutable-env:latest)

This resolved the problem.

Also, I'm just using the environment to compile binaries and not flash them with a USB device.

So, I had to comment out line 20 in /usr/local/bin/mutable-env:

#docker_args+=( $(find_device "ST-LINK") )

At this point the commands would work and the compilation of binaries was successful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.