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
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/docker && cd $_
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-SECRETS-daemon-allow-directory-creation-in-ru |
0000002735 2.67 KB | 30 days |
0002-SECRETS-SUSE-implement-SUSE-container-secrets |
0000014911 14.6 KB | 30 days |
0003-PRIVATE-REGISTRY-add-private-registry-mirror- |
0000039240 38.3 KB | 30 days |
0004-bsc1073877-apparmor-clobber-docker-default-pr |
0000003246 3.17 KB | 30 days |
0005-bsc1183855-btrfs-Do-not-disable-quota-on-clea |
0000004797 4.68 KB | 30 days |
0006-bsc1193930-vendor-update-golang.org-x-crypto. |
0001306065 1.25 MB | 30 days |
0007-bsc1200022-fifo.Close-prevent-possible-panic- |
0000002748 2.68 KB | 8 days |
80-docker.rules | 0000000345 345 Bytes | over 8 years |
README_SUSE.md | 0000008196 8 KB | almost 8 years |
_multibuild | 0000000053 53 Bytes | almost 4 years |
_service | 0000001209 1.18 KB | about 1 month |
docker-20.10.17_ce_a89b84221c85.tar.xz | 0006557740 6.25 MB | about 1 month |
docker-audit.rules | 0000001269 1.24 KB | about 6 years |
docker-cli-20.10.17_ce.tar.xz | 0004357440 4.16 MB | about 1 month |
docker-daemon.json | 0000000119 119 Bytes | over 3 years |
docker-kubic-service.conf | 0000000154 154 Bytes | almost 4 years |
docker-libnetwork-f6ccccb1c082a432c2a5814aaedaca56 |
0001983552 1.89 MB | about 1 month |
docker-rpmlintrc | 0000000534 534 Bytes | almost 4 years |
docker.changes | 0000185079 181 KB | 8 days |
docker.service | 0000001323 1.29 KB | over 3 years |
docker.spec | 0000018567 18.1 KB | 8 days |
kubelet.env | 0000000052 52 Bytes | almost 2 years |
sysconfig.docker | 0000000190 190 Bytes | about 8 years |
Comments 6
avindra wrote over 5 years ago
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 over 5 years ago
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 over 4 years ago
Why has this not be updated to the stable release of ce: 17.09.0-ce
avindra wrote over 4 years ago
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 over 4 years ago
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 about 3 years ago
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.