docker
http://www.docker.io
Docker complements LXC with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc.
- Developed at Virtualization:containers
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/docker && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
80-docker.rules | 0000000345 345 Bytes | |
README_SUSE.md | 0000008196 8 KB | |
docker-1.8.2.tar.gz | 0007563667 7.21 MB | |
docker-rpmlintrc | 0000001028 1 KB | |
docker.changes | 0000078262 76.4 KB | |
docker.service | 0000000364 364 Bytes | |
docker.socket | 0000000197 197 Bytes | |
docker.spec | 0000008338 8.14 KB | |
docker_rename_jump_amd64_as_jump_linux.patch | 0000007566 7.39 KB | |
docker_systemd_lt_214.socket | 0000000289 289 Bytes | |
fix-docker-init.patch | 0000000467 467 Bytes | |
fix_15279.patch | 0000001886 1.84 KB | |
gcc-go-build-static-libgo.patch | 0000000213 213 Bytes | |
ignore-dockerinit-checksum.patch | 0000000435 435 Bytes | |
libcontainer-apparmor-fixes.patch | 0000000403 403 Bytes | |
sysconfig.docker | 0000000190 190 Bytes | |
sysconfig.docker.ppc64le | 0000000253 253 Bytes |
Revision 23 (latest revision is 155)
Dominique Leuenberger (dimstar_suse)
accepted
request 330936
from
Jordi Massaguer (jordimassaguerpla)
(revision 23)
- Update docker to 1.8.2 version see detailed changelog in https://github.com/docker/docker/releases/tag/v1.8.2 - devicemapper: fix zero-sized field access Fix issue #15279: does not build with Go 1.5 tip Due to golang/go@7904946 the devices field is dropped. This solution works on go1.4 and go1.5 See more in https://github.com/docker/docker/pull/15404 This fix was not included in v1.8.2. See previous link on why. fix_15279.patch: contains the patch for issue#15279
Comments 6
I'm trying to update this to 1.13.0, and just having an odd time of it. Where do we get the tar.xz files from? I can't find them anywhere by the checksum online.
Anyone coming close to building a package for 1.13.0 per chance? I'm busting for an update as the present 1.12.6 is having some bizarre bugs that I'm hoping are fixed in 1.13.0. For details on these bugs please see this thread https://forums.opensuse.org/showthread.php/522711-Why-can-t-I-seem-to-launch-RuneScape-s-NXT-Client-using-Docker-on-openSUSE on the openSUSE forums.
Why has this not be updated to the stable release of ce: 17.09.0-ce
It's fairly complicated to package docker actually. I took a stab at it and its quite a mess (https://build.opensuse.org/package/show/home:avindra/docker?expand=0). Not only is it made of many different components, but it is also written in Go which has no real standards around dependency management.
Docker itself has one of the most complex builds of any project I've seen.
Awesome! I'm glad to hear that you are working on it. I believe you on the difficulty, docker has become a complex beast while it has matured.
Is there a reason why the completion file for zsh is
docker
instead of_docker
? I have to create a symlink_docker
pointing todocker
in/etc/zsh_completion.d
to make it work with zsh.