Code Monkey home page Code Monkey logo

appjail.docs's People

Contributors

dtxdf avatar orvilleq avatar

Stargazers

Phillip Vuchetich avatar

Watchers

 avatar  avatar

Forkers

orvilleq

appjail.docs's Issues

Clarification of documentation on alias-and-virtual-networks

Re file https://github.com/DtxdF/AppJail.docs/blob/main/docs/networking/virtual-networks/alias-and-virtual-networks.md

To use both options we need to create another loopback interface:

sysrc cloned_interfaces+="lo1"
sysrc ifconfig_lo1_name="appjail0"
service netif cloneup

The interface name can be whatever you want, but I recommend keeping it simple.

appjail quick debian \
    alias="appjail0" \
    virtualnet="development" \
    osversion=bullseye \
    type=linux+debootstrap \
    start \
    linuxfs \
    devfs_ruleset=0 \
    template=/tmp/linux.conf \
    overwrite

The three lines sysrc, sysrc and service appear to be key to getting multiple of of the AppJail-makejails examples going. I'm still leaning this stuff, so I'll discover shortly whether I need to make these unique per jailed thing I'm making. I mean appjail1, appjail2, appjail3 and so on, whether one appjail0 will cover all the jailed things I'll be experimenting with.

Really though, I'm posting this issue because I do not under understand the significance of appjail quick debian ... in this page. Does it relate to the English line above it The interface name can be whatever you want, but I recommend keeping it simple? It does not appear to follow. The https://github.com/AppJail-makejails/alpine-linux example links to this page. I've executed the three lines sysrc, sysrc and service then rerun the makejail of the example and it works. Thus I am not sure of the significance of the appjail quick debian ... script in this documentation page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.