When running docker container on terminal using below command:
docker run -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" --expose 8081 -p 8081:5000 aspose/cells-cloud:linux.23.1.0
I get following message:
Unable to find image 'aspose/cells-cloud:linux.23.1.0' locally linux.23.1.0: Pulling from aspose/cells-cloud a055bf07b5b0: Pull complete d70e1735669b: Pull complete de9a31ed2ee5: Pull complete bc8fac9d294c: Pull complete 0402e5e26433: Pull complete 149a370c2159: Pull complete cd6d89a0d1a4: Pull complete 323539f238d1: Pull complete 2d999947374b: Pull complete 64cb70f2572e: Pull complete 0511299ece14: Pull complete Digest: sha256:1233261f187a3a266942f52d64627625f56ea27922720f11167300671138521b Status: Downloaded newer image for aspose/cells-cloud:linux.23.1.0 WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested Unhandled exception. System.IO.IOException: Function not implemented at System.IO.FileSystemWatcher.StartRaisingEvents() at System.IO.FileSystemWatcher.StartRaisingEventsIfNotDisposed() at System.IO.FileSystemWatcher.set_EnableRaisingEvents(Boolean value) at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher() at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(String filter) at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(String filter) at Microsoft.Extensions.Configuration.FileConfigurationProvider.<.ctor>b__1_0() at Microsoft.Extensions.Primitives.ChangeToken.ChangeTokenRegistration
1…ctor(Func1 changeTokenProducer, Action
1 changeTokenConsumer, TState state)
at Microsoft.Extensions.Primitives.ChangeToken.OnChange(Func1 changeTokenProducer, Action changeTokenConsumer) at Microsoft.Extensions.Configuration.FileConfigurationProvider..ctor(FileConfigurationSource source) at Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(IConfigurationBuilder builder) at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build() at Microsoft.AspNetCore.Hosting.WebHostBuilder.BuildCommonServices(AggregateException& hostingStartupErrors) at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build() at Aspose.Cells.Cloud.Web.Program.Main(String[] args) qemu: uncaught target signal 6 (Aborted) - core dumped <a class="attachment" href="/uploads/aspose_cloud/8808">image.jpg</a> (396.2 KB)