3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
podman run -d --restart=always --name dev -p 2222:22 debian-dev-env
|