Lunching CardDAV/CalDAV server Baikal in Docker on AS6404T

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

Moderator: Lillian.W@AST

Post Reply
Kiss239
Posts: 1
youtube meble na wymiar Warszawa
Joined: Sun May 05, 2019 1:09 pm

Lunching CardDAV/CalDAV server Baikal in Docker on AS6404T

Post by Kiss239 »

Hi all.
While deploying Baikal server, I've reached the problem:
1. Image ckulka/baikal was downloaded from Docker's repo via pull command
2. Container was created and port was cpecified to 5580

Code: Select all

docker run -p 5580:5580 ckulka/baikal
3. In ADM's network options port 5580 was forwarded from external interface to internal
4. In Docker's both comand line and web UI container is listed as "running", port 5580 is specified, enterypoint specified ["docker-php-entrypoint"]
But instead of all this web GUI on port :5580 is unreachable.
Where way be the problem?
Sorry for bad english, thanks in advance.
Post Reply

Return to “Docker”