Compare commits
5 Commits
9fa4236317
...
d8d28435ea
| Author | SHA1 | Date |
|---|---|---|
|
|
d8d28435ea | |
|
|
3239cc09dd | |
|
|
2ade059bde | |
|
|
be765d7201 | |
|
|
80459461cf |
|
|
@ -61,6 +61,10 @@ empty
|
|||
|
||||
- [**docker-baikal**](stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a)
|
||||
- [**Docker containers**](stores/39ae0714-8d26-4392-bacc-a27172f46980)
|
||||
- [**default**](stores/5689dfdd-5eb0-4638-a989-f39ccf807aca)
|
||||
- [**Shell environments**](stores/83649c48-0a9f-3ed6-99dd-264cae2123f5)
|
||||
- [**bash**](stores/c0832cb6-3b64-44da-b936-e0b09e9b4f46)
|
||||
- [**dash**](stores/69f3d33e-e3cc-4d6e-9333-3d89575e3e1e)
|
||||
- [**docker-proxy**](stores/877b6c0b-6451-4058-9d08-64825cbdf8bc)
|
||||
- [**Docker containers**](stores/a81caf51-eb7c-4e70-9a22-273e3ced63f8)
|
||||
- [**default**](stores/92375336-dd3e-4869-b31a-f8d89326aa59)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "5689dfdd-5eb0-4638-a989-f39ccf807aca",
|
||||
"name" : "default",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type" : "dockerContext",
|
||||
"cmd" : {
|
||||
"storeId" : "39ae0714-8d26-4392-bacc-a27172f46980"
|
||||
},
|
||||
"name" : "default"
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "69f3d33e-e3cc-4d6e-9333-3d89575e3e1e",
|
||||
"name" : "dash",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "1eec68c5-8b44-4dc1-9538-be321f0e5d1a"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "83649c48-0a9f-3ed6-99dd-264cae2123f5",
|
||||
"name" : "Shell environments",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type" : "shellEnvironmentGroup",
|
||||
"parent" : {
|
||||
"storeId" : "1eec68c5-8b44-4dc1-9538-be321f0e5d1a"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "c0832cb6-3b64-44da-b936-e0b09e9b4f46",
|
||||
"name" : "bash",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "1eec68c5-8b44-4dc1-9538-be321f0e5d1a"
|
||||
},
|
||||
"shell" : "bash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
Loading…
Reference in New Issue