0 votes
in Docker by
Can you use a container, edit it, and update it? Also, how do you make it a new and store it on the local system?

1 Answer

0 votes
by

Of course, you can use a container, edit it and update it. This sounds complicated but its actually just one command.

$ docker commit <conatainer id> <username/imagename>

Related questions

0 votes
asked Jan 25 in Docker by GeorgeBell
0 votes
asked Aug 29, 2023 in Docker by JackTerrance
...