Skip to main content

Create Docker container for single application

Project description

ReSub

From an original idea from subuser to run an application into a docker container like a local application.

Quick Start

Build your own

  • ./ReSub -e name #edit
  • ./ReSub -b name #build
  • Edit container + adapt option files.
  • Build until success
  • Run ./ReSub -v name

--options

ReSub.py [option] [name]

  • -h :help
  • -v :verbose
  • -t :force terminal
  • -l :List images
  • --check :Check containers
  • --clean :Clean unneeded containers
  • -b name :Build subContainer
  • -e name :Edit Files
  • -c cmd :Command override
  • name :Name of the container

Rights

/!\ security warning

Docker can run applications as root inside container (but, external files (ie outside container) will be as root. Don't use root if you don't know what your are doing. (see example)

name/options

  • "daemon" instead of terminal
  • "display" share /tmp/.X11 to display graphical interface
  • "docker" for host docker api
  • "home" private home for this application
  • "pwd" access to the current pwd << don't be root
  • "root" launch docker as root (instead of current user)
  • "sound" access to pulse audio
  • "ssh" share ssh-agent

name/Dockerfile

ByPass Root with Docker power

docker run -v /etc:/hack -it debian cat /hack/shadow

Well Known

sound only works with pulse

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ReSubuser-0.0.19.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

ReSubuser-0.0.19-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page