Advertisement
fkeles

run-atp-free.sh

Sep 22nd, 2023
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | Source Code | 0 0
  1. ubuntu@FAKELES-7310:~$ podman pull ghcr.io/oracle/adb-free:latest
  2. ubuntu@FAKELES-7310:~$ podman run -d \
  3. -p 1521:1522 \
  4. -p 1522:1522 \
  5. -p 8443:8443 \
  6. -p 27017:27017 \
  7. --hostname localhost \
  8. --cap-add SYS_ADMIN \
  9. --device /dev/fuse \
  10. --name adb_container \
  11. ghcr.io/oracle/adb-free:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement