Show HN: Biddle, OS and language agnostic application distribution (github.com) 3 points by austincheney 9y ago ↗ HN
[–] moondev 9y ago ↗ Interesting solution and goal. With docker on windows now could also easiky leverage an apt repo everywhere.Docker run --rm -v (pwd):(pwd) dpkg --unpack package-name [–] austincheney 9y ago ↗ Thanks for taking the time to look at it. The Docker approach looks like a strong approach, but I suspect applications leveraging this solution would be confined to the container. [–] moondev 9y ago ↗ the -v flag above mounts the current directory to the container. So once the deb is extracted the contents will be in the docker host folder
[–] austincheney 9y ago ↗ Thanks for taking the time to look at it. The Docker approach looks like a strong approach, but I suspect applications leveraging this solution would be confined to the container. [–] moondev 9y ago ↗ the -v flag above mounts the current directory to the container. So once the deb is extracted the contents will be in the docker host folder
[–] moondev 9y ago ↗ the -v flag above mounts the current directory to the container. So once the deb is extracted the contents will be in the docker host folder
4 comments
[ 3.5 ms ] story [ 16.3 ms ] threadDocker run --rm -v (pwd):(pwd) dpkg --unpack package-name