9 lines
271 B
Bash
Executable File
9 lines
271 B
Bash
Executable File
# Step 1: Build and load it
|
|
docker build --no-cache --load -t pkelleyls/zeek-c1:7.2.0 .
|
|
|
|
# Step 2: Tag for your registry
|
|
docker tag pkelleyls/zeek-c1:7.2.0 192.168.30.23/capital-zeek/zeek-c1:latest
|
|
|
|
# Step 3: Push it
|
|
docker push 192.168.30.23/capital-zeek/zeek-c1:latest
|