mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:44:32 +00:00
8 lines
252 B
Bash
Executable File
8 lines
252 B
Bash
Executable File
docker run --rm -it --hostname=prole_ubuntu_base \
|
|
--env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
|
|
--volume=/Users/chrisfu/dev/prole/data:/data \
|
|
--network=bridge \
|
|
--entrypoint bash \
|
|
--restart=no \
|
|
arm64v8/ubuntu:24.04
|