This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.3# cat /proc/1/cpuset | |
/docker/13f8c221656e202db979d1e607c9c902282d8719ab70715978dd04ee6069d61e | |
bash-4.3# DOCKER_CID=$(cat /proc/1/cpuset | cut -c9-) | |
bash-4.3# echo $DOCKER_CID | |
13f8c221656e202db979d1e607c9c902282d8719ab70715978dd04ee6069d61e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// The Zen Programming Language(tm) | |
// Copyright (c) 2018-2020 kristopher tate & connectFree Corporation. | |
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | |
// | |
// This project may be licensed under the terms of the ConnectFree Reference | |
// Source License (CF-RSL). Corporate and Academic licensing terms are also | |
// available. Please contact <[email protected]> for details. | |
// | |
// Zen, the Zen three-circles logo and The Zen Programming Language are |