Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .devcontainer/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ fi

# Build
docker build -t hdrhistogram-agent -f "$SCRIPT_DIR/Dockerfile" "$SCRIPT_DIR/"
echo "Built Docker image: hdrhistogram-agent"
echo "Starting container with .env file and mounted nuget cache volume. Named 'hdrhistogram-agent-0'"

# Run
docker run --rm \
--name hdrhistogram-agent-0 \
--cap-add NET_ADMIN \
--cap-add NET_RAW \
--memory=4g \
Expand Down
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Auto-detect text files and normalise to LF in the repo
* text=auto eol=lf

# Ensure shell scripts always use LF, even on Windows checkout
*.sh text eol=lf

# Keep Windows batch files with CRLF
*.cmd text eol=crlf
*.bat text eol=crlf
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

Thumbs.db
Thumbs.db

.env
Loading