This commit is contained in:
Dobromir Popov
2023-09-02 21:38:53 +00:00

3
linux/docker commands.md Normal file
View File

@ -0,0 +1,3 @@
# copy file from container to host:
> docker cp [CONTAINER_ID]:[SOURCE_PATH] [DESTINATION_PATH]
docker cp ai-petals-bootstrap-1:/bootstrap1.id /home/azureuser/containers/petals-dht/bootstrap1.id