diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-01-27 09:52:11 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-01-27 09:52:25 -0500 |
commit | 4ab6a10d0c21e64d109e00008f07e4b4aa041445 (patch) | |
tree | 0ee34a3282fbbf904b0eb5cfdfbc2c9b4d71b099 /contrib/systemd | |
parent | 7794fafdadd1c416164d5bca0964ae13b1bb3cc2 (diff) | |
download | podman-4ab6a10d0c21e64d109e00008f07e4b4aa041445.tar.gz podman-4ab6a10d0c21e64d109e00008f07e4b4aa041445.tar.bz2 podman-4ab6a10d0c21e64d109e00008f07e4b4aa041445.zip |
Add link from docker.sock to podman.sock
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/systemd')
-rw-r--r-- | contrib/systemd/system/podman-docker.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/systemd/system/podman-docker.conf b/contrib/systemd/system/podman-docker.conf new file mode 100644 index 000000000..e12f19bce --- /dev/null +++ b/contrib/systemd/system/podman-docker.conf @@ -0,0 +1 @@ +L+ /run/docker.sock - - - - /run/podman/podman.sock |