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 running a container in tty mode, it would be nice to have a folder automatically mounted that could store persistent things. This should probably be a folder in the home directory but will need to be looked into.
Also, for running in single-command mode, this could save the files from certain processes like ftp which downloads files to the docker machine but not to the host machine. A mount would in turn save it to the host machine as well.
The text was updated successfully, but these errors were encountered:
When running a container in tty mode, it would be nice to have a folder automatically mounted that could store persistent things. This should probably be a folder in the home directory but will need to be looked into.
Also, for running in single-command mode, this could save the files from certain processes like
ftp
which downloads files to the docker machine but not to the host machine. A mount would in turn save it to the host machine as well.The text was updated successfully, but these errors were encountered: