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
- Host: GitHub
- URL: https://github.com/dll44/nvy
- Owner: dLL44
- License: gpl-3.0
- Created: 2024-04-12T13:35:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T13:00:07.000Z (about 2 years ago)
- Last Synced: 2025-03-03T16:49:08.281Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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
-=-=-=-=-=-=-=-=-=-=-=-=