-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
area/guest-vmGeneral configuration issues with the minikube guest VMGeneral configuration issues with the minikube guest VMco/docker-driverIssues related to kubernetes in containerIssues related to kubernetes in containerkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Description
build root waits for minikube-automount but docker doesn't
in buildroot.go
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target minikube-automount.service docker.socket
Requires= minikube-automount.service docker.socket
in ubuntu.go
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
Metadata
Metadata
Assignees
Labels
area/guest-vmGeneral configuration issues with the minikube guest VMGeneral configuration issues with the minikube guest VMco/docker-driverIssues related to kubernetes in containerIssues related to kubernetes in containerkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.