This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
podman-compose
mirror of
https://github.com/containers/podman-compose.git
Watch
1
Star
0
Fork
You've already forked podman-compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
podman-compose
/
examples
/
nodeproj
/
index.js
7 lines
75 B
JavaScript
Raw
Permalink
Blame
History
#! /usr/bin/env node
"use strict"
;
import
{
start
}
from
"./lib"
;
start
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink