Initial docker files trinity
The image builds as is, but running it exits with: standard_init_linux.go:211: exec user process caused "no such file or directory"
This commit is contained in:
parent
0f1e3d8214
commit
624ff08a07
3 changed files with 154 additions and 0 deletions
27
.dockerignore
Normal file
27
.dockerignore
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Local build and dev artifacts
|
||||
target
|
||||
sytest
|
||||
|
||||
# Docker files
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
|
||||
# IDE files
|
||||
.vscode
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Git folder
|
||||
.git
|
||||
.gitea
|
||||
|
||||
# Dot files
|
||||
.env
|
||||
.gitignore
|
||||
|
||||
# Toml files
|
||||
rustfmt.toml
|
||||
Rocket-example.toml
|
||||
|
||||
# Documentation
|
||||
*.md
|
Loading…
Add table
Add a link
Reference in a new issue