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.1.tar.bz2 | 0006772379 6.46 MB | |
docker-rpmlintrc | 0000001028 1 KB | |
docker.changes | 0000077176 75.4 KB | |
docker.service | 0000000364 364 Bytes | |
docker.socket | 0000000197 197 Bytes | |
docker.spec | 0000008174 7.98 KB | |
docker_systemd_lt_214.socket | 0000000289 289 Bytes | |
fix-docker-init.patch | 0000000467 467 Bytes | |
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 21 (latest revision is 155)
Dominique Leuenberger (dimstar_suse)
accepted
request 324525
from
Jordi Massaguer (jordimassaguerpla)
(revision 21)
- Update to docker 1.8.1(bsc#942369 and bsc#942370): - Fix a bug where pushing multiple tags would result in invalid images - Update to docker 1.8.0: see detailed changelog in https://github.com/docker/docker/releases/tag/v1.8.0 - remove docker-netns-aarch64.patch: This patch was adding vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go which is now included upstream, so we don't need this patch anymore
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.