Ubuntu's VM MAC M1 - Docker EJBCA #485
-
Hi guys, So I am running ubuntu-22.04.3-live-server-arm64 on a VM on my mac. I tried before to run the EJCBA https://hub.docker.com/r/keyfactor/ejbca-ce directly on mi MAC and could access to the Admin but im getting an internal server error in adding end entity. I figured out that problem could be because the guide says that it need to be run on ubuntu. So I use a VM tool (UTM) and launched for linux and installed ubuntus. But when running docker ejbca this is the response: test@ubuntu:~$ sudo docker run -it --rm -p 80:8080 -p 443:8443 -h localhost -e TLS_SETUP_ENABLED=\u201ctrue\u201d keyfactor/ejbca-ce Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved test@ubuntu:~$ sudo update-binfmts --enable qemu-x86_64 |
Beta Was this translation helpful? Give feedback.
Resolved
test@ubuntu:~$ sudo update-binfmts --enable qemu-x86_64
update-binfmts: warning: qemu-x86_64 already enabled in kernel.