Hello,
I am using this command to set up rundeck in a container.
docker run -d \
--restart=always \
--name rundeck \
-h rundeck \
-e PUID=1001 \
-e PGID=1001 \
-e TZ=Europe/Nicosia \
--net=network \
-p 4440:4440 \
-v rundeck:/var/rundeck \
-v rundeck:/etc/rundeck \
-v rundeck:/var/lib/mysql \
-v rundeck:/var/log/rundeck \
-v rundeck:/opt/rundeck-plugins \
-v rundeck:/var/lib/rundeck/logs \
-v rundeck:/var/lib/rundeck/var/storage \
-e EXTERNAL_SERVER_URL=http://192.168.1.23:4440 \
jordan/rundeck:latest
This is what I get in the log files
Entry for alias debian:verisign_class_3_public_primary_certification_authority_-_g5.pem successfully imported.,
Import command completed: 152 entries successfully imported, 0 entries failed or cancelled,
Warning:,
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /etc/rundeck/ssl/keystore -destkeystore /etc/rundeck/ssl/keystore -deststoretype pkcs12".,
=>Initializing local MySQL...,
Starting MariaDB database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!,
=>Installing plugins from /opt/rundeck-plugins,
=>Initializing rundeck - This may take a few minutes
And it keeps looping like this.
I'm I doing something wrong?
Thanks
Hello,
I am using this command to set up rundeck in a container.
This is what I get in the log files
And it keeps looping like this.
I'm I doing something wrong?
Thanks