oren
oren
@tracker1 https://github.com/oren/alpine-node - only 22 MB
yup. tiny images are nice. Here is nginx in 6 MB - https://github.com/oren/alpine-nginx
What about having 2 images: 22 MB image for situations where native modules are not needed, and 700 MB for the other case.
Both _mjones from #alpine-linux and myself run the test suite. ### _mjones **environment** alpine edge on kvm full virtualisation. **results** 7 tests fail, 828 tests pass. It looks like the...
Update: I am able to run the tests and get 4 errors. To reproduce it follow https://github.com/oren/test-iojs-docker-alpine ``` make -C out BUILDTYPE=Release V=1 make[1]: Entering directory '/tmp/iojs-v1.6.3/out' make[1]: Nothing to...
I found another website with docs about ION - https://www.pionion.org/quickstart/docker/. How is it different than https://pionion.github.io/docs/intro? I followed the instructions there and got the same error with redis.
> Hello @oren , can you describe your host environment(under docker) ? Ubuntu 20.10
``` sudo docker-compose up Creating network "ionnet" with driver "bridge-" ERROR: plugin "bridge-" not found ``` I googled for this error and someone suggested to replace the bridge- with default....
I like the top level list! One aspect I would like to mention is the examples. Many people like to learn by looking at a well designed and real-world example....