An open API service indexing awesome lists of open source software.

https://github.com/dll44/nvy

a way to make disposable vms via docker
https://github.com/dll44/nvy

Last synced: 3 days ago
JSON representation

a way to make disposable vms via docker

Awesome Lists containing this project

README

          

-=-=-=-=-=-=-=-=-=-=-=-=
Just a quick note.
-=-=-=-=-=-=-=-=-=-=-=-=
You ran the -t (temporary) flag. This container is temporary, therefore upon exit,
all data in this container will be deleted forever.

To save a file, run the following command in a command prompt outside the docker container:

docker cp :/path/to/destination

-=-=-=-=-=-=-=-=-=-=-=-=