Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@FAKELES-7310:~$ podman pull ghcr.io/oracle/adb-free:latest
- ubuntu@FAKELES-7310:~$ podman run -d \
- -p 1521:1522 \
- -p 1522:1522 \
- -p 8443:8443 \
- -p 27017:27017 \
- --hostname localhost \
- --cap-add SYS_ADMIN \
- --device /dev/fuse \
- --name adb_container \
- ghcr.io/oracle/adb-free:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement