https://github.com/leandromoreira/cat
Container as a Teacher
https://github.com/leandromoreira/cat
Last synced: 5 days ago
JSON representation
Container as a Teacher
- Host: GitHub
- URL: https://github.com/leandromoreira/cat
- Owner: leandromoreira
- License: bsd-3-clause
- Created: 2017-08-22T14:16:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T20:15:31.000Z (about 4 years ago)
- Last Synced: 2025-02-23T23:14:19.194Z (4 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UTF 8
./docker.sh cat utf8/text.txt && hexdump utf8/text.txt && xxd -b -c 10 utf8/text.txt# Perf
docker run --rm --cap-add SYS_ADMIN ubuntu:learning trace --no-syscalls --event 'net:*' curl -s http://example.com > /dev/null
docker run --rm --cap-add SYS_ADMIN ubuntu:learning trace --no-syscalls --event 'net:*' ping 172.17.0.2 -c1 > /dev/null