Giter Club home page Giter Club logo

box's Introduction

GitHub Workflow Status Docker Image Size (latest by date) Docker Pulls

Box86 and Box64 logos

box

Comes with box86/box64 for emulating i386/amd64 workloads on armv7/arm64v8. Default entry point is box86/box64 (depending on architecture), which can be found at /usr/local/bin/box86/ /usr/local/bin/box64. Image is rebuilt against box86/box64 master branch every 24 hours.

Tags

arm64v8 variant comes with both box86 and box64, built with dynamic recompilation enabled. armv7 variant comes only with box86, built without dynamic recompilation.

Usage

Mount and run amd64 binary

$ sudo docker run -it --rm -e BOX64_LOG=0 -v $(pwd):/binary weilbyte/box:debian-11 /binary/hello
Hello, world! This binary is compiled for amd64.

Use as base Dockerfile image

FROM weilbyte/box:debian-11

RUN /usr/local/bin/box64 --version

Configuration

You can pass supported environment variables (as shown in the first example above). They can be found here, for box86 and here, for box64.

Notable locations

  • /usr/local/bin/box86 box86 binary
  • /usr/local/bin/box64 box64 binary

License

This repository is licensed under MIT.

box86 can be found here box64 can be found here.

box's People

Contributors

soulpower11 avatar weilbyte avatar

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.