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
    docker-compose run --name acs_centos7_env centos7 bash
  2. To open a terminal inside the container

    Code Block
    languagebash
    docker exec -it acs_centos7_env bash

Install ACS inside the CentOS 7 container

Check Installing ACS for full details. TL;DR:

...