mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 21:16:48 +00:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#! /bin/sh
|
|
docker build -t linuxkit/etcd .
|
|
|
|
docker build -t etcd.local -f Dockerfile.local .
|