Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Prepare to Dock

Prepare to Dock

Vladimir Pouzanov

June 01, 2013
Tweet

More Decks by Vladimir Pouzanov

Other Decks in Technology

Transcript

  1. PID

  2. UTS

  3. IPC

  4. LXC

  5. LXC

  6. #  Firefox  over  VNC FROM  ubuntu RUN  echo  "deb  http://archive.ubuntu.com/ubuntu

      precise  main  universe"  >  /etc/apt/sources.list RUN  apt-­‐get  update         RUN  apt-­‐get  install  -­‐y  x11vnc  xvfb  firefox RUN  mkdir  /.vnc RUN  x11vnc  -­‐storepasswd  1234  ~/.vnc/passwd RUN  bash  -­‐c  'echo  "firefox"  >>  /.bashrc'         EXPOSE  5900 CMD        ["x11vnc",  "-­‐forever",  "-­‐usepw",  "-­‐create"]