You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Extract** extracts files and folders from a container
166
169
```sh
167
170
sudo osxiec -extract {bin_file_path}
@@ -187,7 +190,10 @@ port is optional
187
190
```sh
188
191
sudo osxiec -ostart {volume_name}
189
192
```
190
-
193
+
**Gstart** starts a container a stopped container in gui mode
194
+
```sh
195
+
sudo osxiec -gstart {volume_name}
196
+
```
191
197
**Api** an api that exposes some more functions of the cli
192
198
```sh
193
199
osxiec -api {argument}
@@ -197,11 +203,6 @@ osxiec -api {argument}
197
203
```sh
198
204
sudo osxiec -update
199
205
```
200
-
201
-
**Add plugin** adds a plugin
202
-
```sh
203
-
sudo osxiec -add_plugin {path_to_source.c}
204
-
```
205
206
## Creating a container
206
207
Make sure to include any dependencies or executables you can obtain these by searching for where a dependency or executable is located and copying it along with it's dependencies.
0 commit comments