• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1To create the Docker image to run Art on non-Linux platforms cd into the `image` directory and run:
2
3```
4docker build -t r8 .
5```
6