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
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/docker && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-SECRETS-daemon-allow-directory-creation-in-ru |
0000002683 2.62 KB | |
0002-SECRETS-SUSE-implement-SUSE-container-secrets |
0000015281 14.9 KB | |
0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kern |
0000001643 1.6 KB | |
0004-bsc1073877-apparmor-clobber-docker-default-pr |
0000003252 3.18 KB | |
80-docker.rules | 0000000345 345 Bytes | |
README_SUSE.md | 0000008196 8 KB | |
_service | 0000000823 823 Bytes | |
cli-0001-docs-include-required-tools-in-source-tre |
0000734742 718 KB | |
docker-24.0.6_ce_1a7969545d73.tar.xz | 0008793164 8.39 MB | |
docker-audit.rules | 0000001269 1.24 KB | |
docker-cli-24.0.6_ce.tar.xz | 0003516364 3.35 MB | |
docker-daemon.json | 0000000119 119 Bytes | |
docker-rpmlintrc | 0000000386 386 Bytes | |
docker.changes | 0000192827 188 KB | |
docker.service | 0000001708 1.67 KB | |
docker.socket | 0000000541 541 Bytes | |
docker.spec | 0000014208 13.9 KB | |
docker.sysusers | 0000000208 208 Bytes | |
sysconfig.docker | 0000000190 190 Bytes |
Comments 6
avindra wrote
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.
fusion809 wrote
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.
hurricanehernandez wrote
Why has this not be updated to the stable release of ce: 17.09.0-ce
avindra wrote
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.
hurricanehernandez wrote
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.
so61pi wrote
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.