sudo add-apt-repository ppa:projectatomic/ppa
sudo apt-get update
sudo apt-get install podman uidmap
echo "$(whoami):10000:65536" | sudo tee /etc/subuid
echo "$(whoami):10000:65536" | sudo tee /etc/subgid
echo -e "[registries.search]\nregistries = ['docker.io']" | sudo tee /etc/containers/registries.conf
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
swagger-editor: | |
image: swaggerapi/swagger-editor | |
container_name: "swagger-editor-container" | |
ports: | |
- "8081:8080" | |
swagger-ui: | |
image: swaggerapi/swagger-ui | |
container_name: "swagger-ui-container" | |
ports: | |
- "8082:8080" |
Capability/Tool | terraform Cloud | terraform Enterprise | Env0 |
---|---|---|---|
Compliance | ISO 27001, SOC 2 | ISO 27001, SOC 2 | SOC 2 |
GitLab Integration | ✅ | ✅ | ✅ |
Hosting | SaaS | SaaS, On-Prem | SaaS |
Policy as Code | Sentinel, OPA | Sentinel, OPA | OPA |
Pricing Model | Per user | Per user | Bundel |
Private Agents | ✅ | ✅ | ✅ |
Private Module Registry | ✅ |
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
#!/bin/bash | |
# this script installs GCC 4.9.3 | |
# to use it navigate to your home directory and type: | |
# sh install-gcc-4.9.3.sh | |
# download and install gcc 4.9.3 | |
wget https://ftp.gnu.org/gnu/gcc/gcc-4.9.3/gcc-4.9.3.tar.gz | |
tar xzf gcc-4.9.3.tar.gz | |
cd gcc-4.9.3 |
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
ccasdcdaadadc | |
cadasdad |