Guest User

Untitled

a guest
May 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [1]docker exec -it cli bash
  2. [2]cat /hosts-config/hosts-append >> /etc/hosts
  3. [3]exit
  4.  
  5. sudo start.sh //this at terminal
  6. sudo -- sh -c cat /hosts-config/hosts-append >> /etc/hosts //this inside the shell script
Add Comment
Please, Sign In to add comment