We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace 'docker run ' to 'podman run' in Makefile and type make start, get error 'no space left on device'.
make start
console detail
wasm-pandoc git:(main) ✗ make start podman run --rm -v /Users/xxx/code/test/wasm-pandoc:/workspace -w /workspace terrorjack/asterius \ ahc-cabal install \ --builddir _build/ahc-cabal --installdir _build \ --install-method copy --overwrite-policy always Resolving "terrorjack/asterius" using unqualified-search registries (/etc/containers/registries.conf.d/999-podman-machine.conf) Trying to pull docker.io/terrorjack/asterius:latest... Getting image source signatures Copying blob sha256:972d552e121bdc57dc4153bf43e513f26bad0d29b128c4a8526decb212038747 Copying blob sha256:202e395991f57f0835b7d65ed999a31de118bbe18e4624d575597730800c95db Copying blob sha256:840f69ab81c8b6eae57982901c6aa91041eb768ae2965d715f2dbc17bf888a92 Copying blob sha256:972d552e121bdc57dc4153bf43e513f26bad0d29b128c4a8526decb212038747 Error: writing blob: adding layer with blob "sha256:972d552e121bdc57dc4153bf43e513f26bad0d29b128c4a8526decb212038747": Error processing tar file(exit status 1): write /root/.asterius/.stack-work/install/x86_64-linux-tinfo6/3445437948fd86ce7ef120ae609b3b54e4a1ea68fb09256c10b6b2a6394fb17d/8.8.4/share/x86_64-linux-ghc-8.8.4/asterius-0.0.1/.boot/asterius_lib/lib/x86_64-linux-ghc-8.8.4/amazonka-cloudsearch-1.6.1-4tsRzvJUAIQCe8Gm7ym9wI/libHSamazonka-cloudsearch-1.6.1-4tsRzvJUAIQCe8Gm7ym9wI.a: no space left on device make: *** [compile] Error 125
The text was updated successfully, but these errors were encountered:
No branches or pull requests
replace 'docker run ' to 'podman run' in Makefile and type
make start
, get error 'no space left on device'.console detail
The text was updated successfully, but these errors were encountered: