Skip to content

Commit

Permalink
update toolchain and some bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan committed Apr 30, 2024
1 parent dd337b1 commit 2dee2bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ Bonding sets the environment and various parameters through the configuration fi
- [result (MIT): Result<T, E> for Modern C++](https://github.com/p-ranav/result)
- [cmd_line_parser (MIT): Command line parser for C++17. ](https://github.com/jermp/cmd_line_parser)
- [libseccomp (LGPL-2.1): The main libseccomp repository](https://github.com/seccomp/libseccomp)
- [configor (MIT): A light weight configuration library for C++](https://github.com/Nomango/configor)
- [nlohmann_json (MIT): JSON for Modern C++](https://github.com/nlohmann/json)

## REFERENCES

- [Linux containers in 500 lines of code](https://blog.lizzie.io/linux-containers-in-500-loc.html)
- Book: *The Linux Programming Interface*
- [The Linux Kernel documentation¶](https://www.kernel.org/doc/html/latest/index.html)
- [OS-level virtualization wikipeidia](https://en.wikipedia.org/wiki/OS-level_virtualization)
Expand All @@ -142,8 +143,6 @@ Bonding sets the environment and various parameters through the configuration fi
- [New Linux Kernel cgroups Vulnerability Could Let Attackers Escape Container](https://thehackernews.com/2022/03/new-linux-kernel-cgroups-vulnerability.html)
- [How to manage cgroups with CPUShares](https://www.redhat.com/sysadmin/cgroups-part-two)
- [Limits on resources in Linux](https://0xax.gitbooks.io/linux-insides/content/SysCall/linux-syscall-6.html)
- [Linux containers in 500 lines of code](https://blog.lizzie.io/linux-containers-in-500-loc.html)
- [Writing a container in Rust](https://litchipi.github.io/series/container_in_rust)

# LICENSE
Copyright (C) 2023 Muqiu Han <[email protected]>
Expand All @@ -160,4 +159,4 @@ GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

0 comments on commit 2dee2bf

Please sign in to comment.