podman ti
This commit is contained in:
parent
d5333384b8
commit
ee0e3a7f01
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ mkdir -p "$XDG_RUNTIME_DIR/beszel_socket"
|
|||
|
||||
# https://beszel.dev/guide/getting-started
|
||||
# https://beszel.dev/guide/hub-installation
|
||||
podman run -d \
|
||||
podman run -ti -d \
|
||||
--name beszel \
|
||||
--restart=unless-stopped \
|
||||
-v /srv/beszel:/beszel_data \
|
||||
|
@ -21,7 +21,7 @@ podman run -d \
|
|||
|
||||
# https://beszel.dev/guide/agent-installation
|
||||
read -p "Agent public key: " pub_key
|
||||
podman run -d \
|
||||
podman run -ti -d \
|
||||
--name beszel-agent \
|
||||
--userns=keep-id \
|
||||
--network host \
|
||||
|
|
|
@ -21,3 +21,5 @@ sudo cp "$HOME/.vimrc" /root/.vimrc
|
|||
./podman.sh
|
||||
./unattended.sh
|
||||
./beszel.sh
|
||||
./kuma.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue