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
I minified an FSL container using the documentation. However, the environment variables, including PATH were not set in the new image, after docker import. I don't know if this is a result of docker export or docker import. I tried to find a reason but couldn't. I ended up building a new image with a new Dockerfile based on the import output and setting the variables again.
The text was updated successfully, but these errors were encountered:
yes, i don't think docker export preserves environment variables. what you did is the way to go... we should update the documentation with this information..
I minified an FSL container using the documentation. However, the environment variables, including
PATH
were not set in the new image, afterdocker import
. I don't know if this is a result ofdocker export
ordocker import
. I tried to find a reason but couldn't. I ended up building a new image with a new Dockerfile based on theimport
output and setting the variables again.The text was updated successfully, but these errors were encountered: