mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-14 18:22:49 +00:00
Add skeleton /sbin/proxy program
This will eventually contain the `docker-proxy` replacement. Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
4
alpine/packages/proxy/main.go
Normal file
4
alpine/packages/proxy/main.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
}
|
||||
Reference in New Issue
Block a user