Docker Update Container

Visits: 130

Start the Container via Container ID

root@b5855cf66908:/ docker start -a -i b5855cf669087ced669bfde4c89175c7f6d062e0e3e31d357a823189e0058044

Modify your Image, i will only the rsync software install for auto deployment and i’am done.

root@b5855cf66908:/ apt-get install rsync
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libpopt0
Suggested packages:
  openssh-server
The following NEW pa...
root@b5855cf66908:/# exit

commit the changes to docker

d8devs@root:/ docker commit b5855cf669087ced669bfde4c89175c7f6d062e0e3e31d357a823189e0058044 customer-ubuntu