mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-28 14:00:04 +02:00
9 lines
210 B
Bash
Executable File
9 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
|
|
# podman build -t ghcr.io/sshuttle/sshuttle-testbed .
|
|
# podman-compose up
|
|
|
|
docker build -t ghcr.io/sshuttle/sshuttle-testbed -f Containerfile .
|
|
docker compose up |