We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387425e commit b6b1103Copy full SHA for b6b1103
devc.go
@@ -1,3 +1,12 @@
1
+/*
2
+devc: Containers for Developers (Container as a Directory)!
3
+(command line utility)
4
+
5
+Offers developers a user-friendly interface for constructing applications
6
+using containers! Generate reusable usable virtual environments from
7
+Containerfiles or container images, activate them, engage in development,
8
+implement changes, and reuse seamlessly
9
+*/
10
package main
11
12
import (
0 commit comments