Code Monkey home page Code Monkey logo

docker-vagrant-ubuntu-base-images's Introduction

What is this ?

Vagrant compatible Ubuntu docker images.

Heavily inspired by: https://github.com/tknerr/vagrant-docker-baseimages.

This repo just add 20.04 and add arm64 as target arch.

Most of the times you have nothing to do with this repo, you might actually looking for docker image instead

Available Versions / tags

  • 18.04
  • 20.04

Available archs / platforms

  • linux/amd64
  • linux/arm64

Vagrant Compatibility

  • vagrant user added, and included in sudoers
  • Insecure vagrant pub key added

Vagrant Usage example

config.vm.provider "docker"
config.vm.image = "pentatonicfunk/vagrant-ubuntu-base-images:20.04"
config.vm.has_ssh = true

Contributing / Building Note

you wouldn't understand, because i don't

Useful links

Verify docker buildx

$ docker buildx --help

Register Arm executables to run on x64 machines

First, get latest sha of latest from https://hub.docker.com/r/docker/binfmt/tags?page=1&ordering=last_updated

a7996909642ee92942dcd6cff44b9b95f08dad64
$ docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 

Verify Arm executables to run on x64 machines

To verify the qemu handlers are registered properly, run the following and make sure the first line of the output is “enabled”. Note that the handler registration doesn’t survive a reboot, but could be added to the system start-up scripts. REVERIFY AND REDO

$ cat /proc/sys/fs/binfmt_misc/qemu-aarch64
enabled
interpreter /usr/bin/qemu-aarch64
flags: OCF
offset 0
magic 7f454c460201010000000000000000000200b7

docker-vagrant-ubuntu-base-images's People

Contributors

pentatonicfunk avatar

Watchers

 avatar  avatar

docker-vagrant-ubuntu-base-images's Issues

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.