Hello there
first i have to say that i’am a beginner with docker.
What i have done with docker yet:
- installed docker on ubuntu
- installed yacht and portainer
- deployed a ubuntu container, expose ports
Now Iam facing following problem:
I have running an ubuntu:latest container, installed some software packages and libs with apt, which are required for my app. everything is ok and my app is listening on port 8081 - yeah…
Next step was to use the duplicate function from portainer to “copy/duplicate” my running container (Because i want to multiply my App). After few seconds the new container was accessible but my installed packages and my app are not in this container.
Did I misunderstand the function od duplicate containers?
Best regards,
Doc