July 19, 20241 yr Hi All, I need to have a very simple docker, where I can execute various curl commands at a specific times. Basically bare Linux with some common tools and cron. Any suggestions?
July 19, 20241 yr Author I want a docker to put it in the same network, among other dockers using the same gateway. Thought this is he way
July 21, 20241 yr Each docker is its own separate container, you can execute commands within the container with docker -exec or you can map outside directories so the containers can see them. What exactly do you wish to accomplish?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.