GithubHelp home page GithubHelp logo

radial / core-busyboxplus Goto Github PK

View Code? Open in Web Editor NEW
48.0 48.0 36.0 25.55 MB

Full-chain/Internet enabled busybox images from scratch using Buildroot for flexible but light Docker volume containers. Comes in multiple flavors.

Home Page: https://index.docker.io/u/radial/busyboxplus

Shell 100.00%

core-busyboxplus's People

Contributors

brianclements avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

core-busyboxplus's Issues

First test failed - why?

I installed successfully with

sudo docker import - busyboxplus:just-right < rootfs.tar

Then I tried to pull CodeIgniter like so:

/ # cd opt
/opt # mkdir ci
/opt # cd ci
/opt/ci # git init
Initialized empty Git repository in /opt/ci/.git/
/opt/ci # git clone  git://github.com/EllisLab/CodeIgniter.git
Cloning into 'CodeIgniter'...
remote: Counting objects: 58707, done.
remote: Compressing objects: 100% (11806/11806), done.
remote: Total 58707 (delta 46796), reused 58686 (delta 46785)
Receiving objects: 100% (58707/58707), 34.11 MiB | 539.00 KiB/s, done.
fatal: serious inflate inconsistency   
fatal: index-pack failed

Next I switched to ubuntu:

sudo docker run -i -t --rm -h ubuntu --name u1 ubuntu bash 

and successfully installed CI:

root@ubuntu:/# cd opt
root@ubuntu:/opt# mkdir ci
root@ubuntu:/opt# cd ci
root@ubuntu:/opt/ci# git init
bash: git: command not found
root@ubuntu:/opt/ci# apt-get update 
[...]
root@ubuntu:/opt/ci# apt-get install -y git
[...]
root@ubuntu:/opt/ci# git init
Initialized empty Git repository in /opt/ci/.git/
root@ubuntu:/opt/ci# git clone  git://github.com/EllisLab/CodeIgniter.git
Cloning into 'CodeIgniter'...
remote: Counting objects: 58707, done.
remote: Compressing objects: 100% (11806/11806), done.
remote: Total 58707 (delta 46796), reused 58686 (delta 46785)
Receiving objects: 100% (58707/58707), 34.11 MiB | 553 KiB/s, done.
Resolving deltas: 100% (46796/46796), done.

What is the problem here?

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.