Masa Nakamura
01/18/2023, 7:18 PMflytectl demo exec -- docker build . --tag "whatever:v1"
failed with following message:
OCI runtime exec failed: exec failed: unable to start container process: exec: "docker": executable file not found in $PATH: unknown
It seems like the sandbox doesn't contain docker command. Am I missing something here? I'm using Mac.Yee
docker build -t localhost:30000/imagname:tag
docker push localhost:30000/imagname:tag
David Espejo (he/him)
01/18/2023, 9:24 PMYee
Masa Nakamura
01/19/2023, 6:41 PMYee
Masa Nakamura
01/19/2023, 6:50 PM