shell-cell 1.6.3

Shell-Cell. CLI app to spawn and manage containerized shell environments
1
2
3
4
5
6
7
8
9
10
11
12
main: {
	from_image: "from"
	shell:      "shell"
	hang:       "hang"
	config: {
		ports: [
			"8080:80",
			"127.0.0.1:9000:9000",
			"6060:6060/udp",
		]
	}
}