Storage Container

Creation & destuction of StorageContainer
Dockerfile attempt
This commit is contained in:
rony5394
2026-02-21 14:36:44 +01:00
parent 48c4e9a5c2
commit d8064911da
7 changed files with 178 additions and 62 deletions

View File

@@ -6,6 +6,5 @@ type Config struct {
DockerVolumePath string
}
DockerManagerBaseUrl string
User string
LocalBasePath string
};