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
LuaShip is a Lua library for managing containerized build environments. It provides a simple interface for creating and managing container images, executing commands, and handling file operations.
4
4
5
+
## Core Features
6
+
7
+
- Container image management with support for Docker and Podman
8
+
- File copying between host and container
9
+
- Environment variable configuration
10
+
- Build-time command execution
11
+
- Flexible container start options
12
+
5
13
### Building from Scratch
6
14
if you want to build the project from the repo, just install [Darwin](https://github.com/OUIsolutions/Darwin) with:
7
15
```bash
@@ -11,16 +19,40 @@ and then you can build the **LuaShip.lua** with:
11
19
```bash
12
20
darwin run_blueprint
13
21
```
14
-
## Core Features
15
-
16
-
- Container image management with support for Docker and Podman
0 commit comments