mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fix up docker compatibility messages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1170 Approved by: mheon
This commit is contained in:
parent
02e7efc2b3
commit
50fea69fbc
2 changed files with 2 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -232,9 +232,7 @@ install.cni:
|
|||
install.docker: docker-docs
|
||||
install ${SELINUXOPT} -D -m 755 docker $(BINDIR)/docker
|
||||
install ${SELINUXOPT} -d -m 755 $(MANDIR)/man1
|
||||
install ${SELINUXOPT} -d -m 755 $(MANDIR)/man5
|
||||
install ${SELINUXOPT} -m 644 docs/docker*.1 -t $(MANDIR)/man1
|
||||
install ${SELINUXOPT} -m 644 docs/docker*.5 -t $(MANDIR)/man5
|
||||
|
||||
install.systemd:
|
||||
install ${SELINUXOPT} -m 644 -D contrib/varlink/io.projectatomic.podman.socket ${SYSTEMDDIR}/io.projectatomic.podman.socket
|
||||
|
|
|
|||
3
docker
3
docker
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
echo "Using podman package to emulate the Docker CLI"
|
||||
[ -f /etc/containers/nodocker ] || \
|
||||
echo "Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg." >&2
|
||||
exec /usr/bin/podman $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue