vac

Results 56 comments of vac

Related question: https://github.com/apitable/apitable/issues/198

Thanks for the suggestion. We are already working on it.

For anyone interested in the all-in-one image, you can test the versioned image now: ```bash sudo docker run -d -v ${PWD}/.data:/apitable -p 80:80 --name apitable apitable/all-in-one:v0.18.0-alpha_873 ``` The stateful mysql/redis/minio/rabbitmq...

> ## Any questions? > > > #docker --version > > Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. > > podman version 3.2.3 > > > #curl...

> modify the install.sh, replace "docker compose" with "docker-compose" You need to install docker-compose v2 described in https://github.com/apitable/apitable#installation. For more information, consult https://github.com/docker/compose#about-update-and-backward-compatibility.

> @networkhermit i has installed the `docker-compose`,but still has the problem > > > docker-compose -v > > Docker Compose version v2.12.2 Could you show me the output of `docker...

Related: https://github.com/apitable/apitable/issues/66, https://github.com/apitable/apitable/issues/67 The root cause is currently we don't have arm64 native docker images, and the amd64 emulation on m1 docker is terrible.

> Related: #66, #67 > > The root cause is currently we don't have arm64 native docker images, and the amd64 emulation on m1 docker is terrible. @nevertoday @Nicify Let's...

@wtl-tianliang I think you can try the following diagnosis: 1. Try to remove mysql data and reinitialize again by `rm -fr .data/mysql` and `docker compose up -d mysql` to see...

/mnt/f is also a windows drive, try to use something like /opt or $HOME/apitable