- Docker inserts iptables rules when it's started by default
- buster uses nftables by default
- let's make Docker use nftables instead
- PROFIT
Install Docker CE and nftables:
| #include <string> | |
| #include <iostream> | |
| #include "H5Cpp.h" | |
| #define MAX_NAME_LENGTH 32 | |
| const std::string FileName("SimpleCompound.h5"); | |
| const std::string DatasetName("PersonalInformation"); | |
| const std::string member_age("Age"); | |
| const std::string member_sex("Sex"); | |
| const std::string member_name("Name"); |
| // Related to https://issues.jenkins-ci.org/browse/JENKINS-26481 | |
| abcs = ['a', 'b', 'c'] | |
| node('master') { | |
| stage('Test 1: loop of echo statements') { | |
| echo_all(abcs) | |
| } | |
| stage('Test 2: loop of sh commands') { |
Install Docker CE and nftables: