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
-
6
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 | |
_multibuild | 0000000053 53 Bytes | |
_service | 0000000506 506 Bytes | |
bsc1073877-0001-apparmor-clobber-docker-default-pr |
0000003482 3.4 KB | |
docker-19.03.1_ce_74b1e89e8ac6.tar.xz | 0009978776 9.52 MB | |
docker-audit.rules | 0000001269 1.24 KB | |
docker-daemon.json | 0000000119 119 Bytes | |
docker-kubic-service.conf | 0000000154 154 Bytes | |
docker-rpmlintrc | 0000000534 534 Bytes | |
docker.changes | 0000169413 165 KB | |
docker.service | 0000001323 1.29 KB | |
docker.spec | 0000019078 18.6 KB | |
kubelet.env | 0000000048 48 Bytes | |
packaging-0001-revert-Remove-docker-prefix-for-con |
0000005197 5.08 KB | |
private-registry-0001-Add-private-registry-mirror- |
0000040009 39.1 KB | |
secrets-0001-daemon-allow-directory-creation-in-ru |
0000002807 2.74 KB | |
secrets-0002-SUSE-implement-SUSE-container-secrets |
0000014607 14.3 KB | |
sysconfig.docker | 0000000190 190 Bytes | |
tests.sh | 0000006406 6.26 KB |
Revision 93 (latest revision is 155)
Dominique Leuenberger (dimstar_suse)
accepted
request 719750
from
Aleksa Sarai (cyphar)
(revision 93)
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.