Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To run a Docker container with ACS:

    Code Block
    languagebash
    sudo docker-compose run --name acs_centos7_env centos7 bash
  2. To open a shell inside the container

    Code Block
    languagebash
    sudo docker exec -it acs_centos7_env bash

...