-
Notifications
You must be signed in to change notification settings - Fork 27
Container creation
Nicolas Bonnand edited this page Sep 10, 2018
·
10 revisions
Select the image you want to use.
- a Go to "Docker" tab
- b Go to "Docker image" tab
- c Refresh image list
- d Select image you want to use. Here we are going to use alpine
- e Select 'docker run' tab
- f Enter a name for your container, for example ALP
-
g Enter some run options and run command ( you can import some options template from h. Alternatively you can export your favorite options with j. )
Please note that we are choosing here option
--net none
in order to prevent automatic network setup ( We are going to configure network manually in next chapter ! ) - k Image you have selected at step d is shown here. (If you want to change it go back to step d )
- m Press in order to run container ALP
- n Refresh to display list of running ( and stopped ) containers
- o We can see that our ALP container is running
© 2018 Nicolas Bonnand, licensed under the Apache License, Version 2.0