docker
docker copied to clipboard
unable to run with snapshot
Folder snapshots contains one file: current.snap.
I try to run container with this data:
docker run -i -t --rm -v /snapshots:/var/lib/tarantool -p 3301:3301 --name tarantool tarantool/tarantool:1.7
Container is not starting.
An error about configuration appears:
Can't open /etc/tarantool/config.yml: No such file or directory
We don't support 1.7 now. However, we need to check if this problem persists with 1.10 and 2.8.
DoD on step 1: write a reproducer, check major supported versions.