Skip to content

Container creation

Nicolas Bonnand edited this page Sep 10, 2018 · 10 revisions

11.2 Docker container creation

Select the image you want to use. diag

  • 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

diag

  • 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

diag

  • n Refresh to display list of running ( and stopped ) containers
  • o We can see that our ALP container is running
Clone this wiki locally