Minify removes environment variables
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.
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..
This issue is stale because it has been open for 30 days with no activity.
I don't remember this issue much anymore. In my opinion, a simple note in the docs would suffice.
This issue is stale because it has been open for 30 days with no activity.