Rock-ons: change environment values after creation

You could try to alter the container config via cmdline.

  • docker ps
  • docker stop <containerid>
  • cd /mnt2/<your_rockons_root>/containers/<containerid>
  • vi ./confic.json (or use nano)
  • vi ./hostconfig.json
  • docker start <containerid>
1 Like