commit | b51b4171390ec52433f8c06faef46ef5eccf91d4 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Mon Nov 04 12:55:19 2019 +0000 |
committer | Leopold Schabel <leo@nexantic.com> | Mon Nov 04 12:55:19 2019 +0000 |
tree | 8c537364ed17732d16800fbe0e5a710519de71ca | |
parent | 6c39ea1355bf2853abdbd2f69a7eece222c44b78 [diff] |
Remove --userns=keep-id in create_container.sh With a mapped user namespace, recent podman versions fail to mount /sys This removes some isolation, similar to using uid 0 in a regular Docker container. Test Plan: Ran build X-Origin-Diff: phab/D238 GitOrigin-RevId: 39dc826f4ce95a6c5b405a49be3d2e9d19174fc1
This is the monorepo storing all of nexantic's internal projects and libraries.
All builds should be executed using the shipped nexantic-dev
container which is automatically built by the create script.
The container contains all necessary dependencies and env configurations necessary to get started right away.
Spinning up: scripts/create_container.sh
Spinning down: scripts/destroy_container.sh
Running commands: scripts/run_in_container.sh @
Using bazel: scripts/bin/bazel @