1 2 3 4 5 6 7
# Simple minimal runtime image for sockudo with rustls FROM ubuntu:22.04 # The actual sockudo binary will be mounted as a volume WORKDIR /app CMD ["/app/target/debug/sockudo"]