You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up the SPC example, I had to use single quotes for the INSTALL label, otherwise docker would try to do environment variable substitution (and come up with empty variables for ${DATADIR}, etc) during docker build.
When setting up the SPC example, I had to use single quotes for the INSTALL label, otherwise docker would try to do environment variable substitution (and come up with empty variables for
${DATADIR}, etc) duringdocker build.