100757/how-to-create-a-service-in-docker-swarm
Hi Team,
I have configured one Docker swarm cluster. Now I want to create one service. How to do that?
Hi@akhtar,
To create a service in Docker swarm, you can find one command named docker service create. It will create a service in the swarm.
$ docker service create -p 80:80 --name web
nginxctolq1t4h2o859t69j9pptyye
Look for what all images you have ...READ MORE
To create a user-defined bridge network, one ...READ MORE
Hi@akhtar, To create an overlay network for use ...READ MORE
Hi@akhtar, You can run the docker service update ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
Swarm is easy handling while kn8 is ...READ MORE
Hi@akhtar, You need to initialize one node with ...READ MORE
Hi@akhtar, In Docker, a secret is any blob ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.